Bump version

This commit is contained in:
Vadim Kravcenko 2015-04-26 18:31:34 +02:00
parent 2a6377f84a
commit 79424745c3
2 changed files with 9 additions and 1 deletions

View File

@ -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)
---------------------

View File

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