summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-21 19:15:38 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-21 19:28:13 +0200
commit591a23adcfdd2fe20b8cfdb9e4e07772c8f454f8 (patch)
treed7268788c941223f22c29e87cc6d10d952404616
parentd9dc89cfe78881f9ad210a17d0d4292d1d94037b (diff)
downloadpylint-git-591a23adcfdd2fe20b8cfdb9e4e07772c8f454f8.tar.gz
Bump pylint to 2.10.2, update changelogv2.10.2
-rw-r--r--ChangeLog10
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 832f4b6a7..d39a0248d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,10 +11,16 @@ Release date: TBA
Put new features here and also in 'doc/whatsnew/2.11.rst'
-What's New in Pylint 2.10.2?
+What's New in Pylint 2.10.3?
============================
Release date: TBA
+
+
+What's New in Pylint 2.10.2?
+============================
+Release date: 2021-08-21
+
..
Put bug fixes that should not wait for a new minor version here
@@ -25,7 +31,7 @@ Release date: TBA
* Fix a crash in the checker raising ``shallow-copy-environ`` when failing to infer
on ``copy.copy``
- Closes #4896
+ Closes #4891
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 8a869ab5b..30bcc09a7 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.10.2-dev0"
+__version__ = "2.10.2"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 041c401da..f29e67822 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.10.2-dev0"
+current = "2.10.2"
regex = '''
^(?P<major>0|[1-9]\d*)
\.