From 3ed746a5d99fa77315b943138a5a75743669ca70 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Sun, 10 May 2015 11:29:08 +0200 Subject: [PATCH] Version bump 0.2.4 --- HISTORY.rst | 6 ++++++ README.rst | 3 --- setup.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9d7381c..2905f64 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.2.4 (2015-05-10) +--------------------- + +* Refactoring +* fix "import as" + 0.2.3 (2015-05-09) --------------------- diff --git a/README.rst b/README.rst index c23c795..20ab5bd 100644 --- a/README.rst +++ b/README.rst @@ -47,9 +47,6 @@ Example :: $ pipreqs /home/project/location - Looking for imports - Getting latest information about packages from PyPI - Found third-party imports: flask, requests, sqlalchemy, docopt Successfully saved requirements file in /home/project/location/requirements.txt Why not pip freeze? diff --git a/setup.py b/setup.py index 166d73a..aa1dbc9 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ setup( name='pipreqs', - version='0.2.3', + version='0.2.4', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",