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",