From f3011d6487d20d54dea1fc63a0bdba38ed3cd354 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Mon, 11 May 2015 22:03:28 +0200 Subject: [PATCH] Version bump 0.2.6 --- HISTORY.rst | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index db1ebe3..b721e42 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,13 @@ History ------- -0.2.4 (2015-05-11) +0.2.6 (2015-05-11) +--------------------- + +* Fix exception when 'import' is used inside package name #17 +* Add more tests + +0.2.5 (2015-05-11) --------------------- * Fix exception when 'import' is used in comments #17 diff --git a/setup.py b/setup.py index 1276736..fafebe0 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ setup( name='pipreqs', - version='0.2.5', + version='0.2.6', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",