Skip to content

Commit 27ebf13

Browse files
committed
Bump to 2.4.2 for the next version
1 parent a672051 commit 27ebf13

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
astroid's ChangeLog
33
===================
44

5+
What's New in astroid 2.4.2?
6+
============================
7+
Release Date: TBA
8+
9+
510
What's New in astroid 2.4.1?
611
============================
712
Release Date: 2020-05-05

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
"""astroid packaging information"""
2323

24-
version = "2.4.1"
24+
version = "2.4.2"
2525
numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())
2626

2727
extras_require = {}

0 commit comments

Comments
 (0)