From 93f111a5e750bbf66332ff5d977c1ed80a5d6805 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Wed, 22 Apr 2015 22:51:25 +0200 Subject: [PATCH] history update --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",