Skip to content

Commit

Permalink
Upgrade version and changelog before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 16, 2021
1 parent c1d58e7 commit bebad9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Pylint's ChangeLog
------------------

What's New in Pylint 2.6.1?
===========================

* Astroid version has been set as < 2.5

Close #4093


What's New in Pylint 2.6.0?
===========================

Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from os.path import join

# For an official release, use dev_version = None
numversion = (2, 6, 0)
numversion = (2, 6, 2)
dev_version = None

version = ".".join(str(num) for num in numversion)
Expand Down

0 comments on commit bebad9c

Please sign in to comment.