Skip to content

Commit

Permalink
Remove invalid URL that make twine fail with error 400
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 24, 2021
1 parent 90132e5 commit 919b22b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 919b22b

Please sign in to comment.