Skip to content

Commit

Permalink
Bump pylint to 2.10.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 21, 2021
1 parent d9dc89c commit 591a23a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions ChangeLog
Expand Up @@ -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

Expand All @@ -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



Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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*)
\.
Expand Down

0 comments on commit 591a23a

Please sign in to comment.