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

Prepare 2.0.1 to clear the invalid wheel file

parent 05e94e94
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,14 @@
astroid's ChangeLog
===================
 
What's New in astroid 2.0.1?
==========================
Release Date: 2018-07-19
* Released to clear an old wheel package on PyPI
What's New in astroid 2.0?
==========================
 
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@ distname = 'astroid'
 
modname = 'astroid'
 
version = '2.0'
version = '2.0.1'
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