From 8c77afd7fbd77dae62e30534dc661d0e8ff89b95 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Mon, 11 May 2015 19:19:31 +0200 Subject: [PATCH] Version bump 0.2.5 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2905f64..db1ebe3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.2.4 (2015-05-11) +--------------------- + +* Fix exception when 'import' is used in comments #17 +* Fix duplicate entries in requirements.txt + 0.2.4 (2015-05-10) --------------------- diff --git a/setup.py b/setup.py index aa1dbc9..1276736 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ setup( name='pipreqs', - version='0.2.4', + version='0.2.5', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",