Bump pylint to 2.10.2, update changelog
diff --git a/ChangeLog b/ChangeLog
index 832f4b6..d39a024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,10 +11,16 @@
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 @@
* 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 8a869ab..30bcc09 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 041c401..f29e678 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*)
\.