Skip to content

Commit bebad9c

Browse files
Upgrade version and changelog before release
1 parent c1d58e7 commit bebad9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Pylint's ChangeLog
33
------------------
44

5+
What's New in Pylint 2.6.1?
6+
===========================
7+
8+
* Astroid version has been set as < 2.5
9+
10+
Close #4093
11+
12+
513
What's New in Pylint 2.6.0?
614
===========================
715

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from os.path import join
3333

3434
# For an official release, use dev_version = None
35-
numversion = (2, 6, 0)
35+
numversion = (2, 6, 2)
3636
dev_version = None
3737

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

0 commit comments

Comments
 (0)