Skip to content

Commit 6c8bfb4

Browse files
committed
Prepare 2.4.0 release of astroid
1 parent c2e6a88 commit 6c8bfb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ astroid's ChangeLog
44

55
What's New in astroid 2.4.0?
66
============================
7-
Release Date: TBA
7+
Release Date: 2020-04-27
88

99
* Expose a ast_from_string method in AstroidManager, which will accept
1010
source code as a string and return the corresponding astroid object

astroid/__pkginfo__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"Programming Language :: Python :: 3.5",
5151
"Programming Language :: Python :: 3.6",
5252
"Programming Language :: Python :: 3.7",
53+
"Programming Language :: Python :: 3.8",
5354
"Programming Language :: Python :: Implementation :: CPython",
5455
"Programming Language :: Python :: Implementation :: PyPy",
5556
]

0 commit comments

Comments
 (0)