summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 15:31:10 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 20:57:28 +0200
commit919b22bb95f382de1fa804bcf6838e6871c719c0 (patch)
treeff38a565d7cfa167f957c82be543c036a907a538
parent90132e5af74ad0ca56eaca0f35e08abef739eb3f (diff)
downloadpylint-git-919b22bb95f382de1fa804bcf6838e6871c719c0.tar.gz
Remove invalid URL that make twine fail with error 400
-rw-r--r--ChangeLog8
-rw-r--r--setup.cfg1
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 368aff40a..a28aecfc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,13 +2,13 @@
Pylint's ChangeLog
------------------
-What's New in Pylint 2.8.0?
-===========================
-Release date: 2021-04-11
-
..
Put new features and bugfixes here and also in 'doc/whatsnew/2.8.rst'
+What's New in Pylint 2.8.0?
+===========================
+Release date: 2021-04-25
+
* New refactoring message ``consider-using-with``. This message is emitted if resource-allocating functions or methods of the
standard library (like ``open()`` or ``threading.Lock.acquire()``) that can be used as a context manager are called without
a ``with`` block.
diff --git a/setup.cfg b/setup.cfg
index 6b90a5bab..dab95b276 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,6 @@ project_urls =
"User manual" = http://pylint.pycqa.org/en/latest/
"Contributing" = http://pylint.pycqa.org/en/latest/development_guide/contribute.html
"Technical references" = http://pylint.pycqa.org/en/latest/technical_reference/index.html
- "Mailing list" = mailto:code-quality@python.org
[options]
packages = find: