From 79424745c3832b17f7a7253a2baa2d10588730b0 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Sun, 26 Apr 2015 18:31:34 +0200 Subject: [PATCH] Bump version --- HISTORY.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index df81a82..37c8c91 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +0.1.8 (2015-04-26) +--------------------- + +* Fixed problems with local imports (Dongwon Shin) +* Fixed problems with imports with 'as' (Dongwon Shin) +* Fix indentation, pep8 Styling. (Michael Borisov) +* Optimize imports and adding missing import for sys module. (Michael Borisov) + 0.1.7 (2015-04-24) --------------------- diff --git a/setup.py b/setup.py index 7f4c29b..6017f69 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='pipreqs', - version='0.1.7', + version='0.1.8', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",