history update

This commit is contained in:
Vadim Kravcenko 2015-04-22 22:51:25 +02:00
parent b55814a40d
commit 93f111a5e7
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
History History
------- -------
0.1.6 (2015-04-22)
---------------------
* py3 print function
0.1.5 (2015-04-22) 0.1.5 (2015-04-22)
--------------------- ---------------------

View File

@ -24,7 +24,7 @@ test_requirements = [
setup( setup(
name='pipreqs', name='pipreqs',
version='0.1.5', version='0.1.6',
description="Pip requirements.txt generator based on imports in project", description="Pip requirements.txt generator based on imports in project",
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
author="Vadim Kravcenko", author="Vadim Kravcenko",