Skip to content
Snippets Groups Projects
Commit 900a4b8f authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Release 2.0.3 with correct environment markers for pypy

parent 5cc50abb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,13 @@
astroid's ChangeLog
===================
 
What's New in astroid 2.0.3?
============================
Release Date: 2018-08-08
* The environment markers for PyPy were invalid.
What's New in astroid 2.0.2?
============================
 
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@ distname = 'astroid'
 
modname = 'astroid'
 
version = '2.0.2'
version = '2.0.3'
numversion = tuple(int(elem) for elem in version.split('.') if elem.isdigit())
 
extras_require = {}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment