Skip to content

Commit

Permalink
Add Whatsnew in 2.7.1 in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 21, 2021
1 parent 5e04ce7 commit 7fe8a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Pylint's ChangeLog
------------------

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


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

Expand Down
4 changes: 2 additions & 2 deletions pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
from os.path import join

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

version = ".".join(str(num) for num in numversion)
if dev_version is not None:
Expand Down

0 comments on commit 7fe8a02

Please sign in to comment.