summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 09:50:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 10:01:37 +0200
commitec8219e48f031f93377cc7d862a6f3bf80d76dbf (patch)
tree42eda28bc86611eacf75550df973abe562c332ee
parentdbfde30d43a03af5f0bccd4689b4d376bb9cd814 (diff)
downloadpylint-git-ec8219e48f031f93377cc7d862a6f3bf80d76dbf.tar.gz
Bump pylint to 2.9.5, update changelogv2.9.5
-rw-r--r--ChangeLog7
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index df8bdc7d3..540f6f372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 18dfebcbd..0b4cb96d8 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -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:
diff --git a/tbump.toml b/tbump.toml
index a6c602692..ea399314d 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.