diff --git a/HISTORY.rst b/HISTORY.rst index e4df4e9..e5cd88d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.1.6 (2015-04-22) +--------------------- + +* py3 print function + 0.1.5 (2015-04-22) --------------------- diff --git a/setup.py b/setup.py index b0296db..a552a57 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='pipreqs', - version='0.1.5', + version='0.1.6', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",