diff --git a/HISTORY.rst b/HISTORY.rst index fbd060d..9d7381c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.2.3 (2015-05-09) +--------------------- + +* Fix multiple alias imports on the same line (Tiago Costa) +* More package mappings + 0.2.2 (2015-05-08) --------------------- diff --git a/setup.py b/setup.py index b7f9de3..a9980dc 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='pipreqs', - version='0.2.2', + version='0.2.3', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",