Skip to content

Commit

Permalink
Bump pylint to 2.9.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 21, 2021
1 parent dbfde30 commit ec8219e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ Release date: TBA
Put new features here and also in 'doc/whatsnew/2.10.rst'


What's New in Pylint 2.9.5?
What's New in Pylint 2.9.6?
===========================
Release date: TBA

..
Put bug fixes that should not wait for a new minor version here


What's New in Pylint 2.9.5?
===========================
Release date: 2021-07-21

* Fix a crash when there would be a 'TypeError object does not support
item assignment' in the code we parse.

Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Tuple

__version__ = "2.9.5-dev0"
__version__ = "2.9.5"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.9.5-dev0"
current = "2.9.5"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit ec8219e

Please sign in to comment.