mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 12:05:33 +00:00
Version bump 0.2.5
This commit is contained in:
parent
8a04169419
commit
8c77afd7fb
@ -3,6 +3,12 @@
|
|||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.2.4 (2015-05-11)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Fix exception when 'import' is used in comments #17
|
||||||
|
* Fix duplicate entries in requirements.txt
|
||||||
|
|
||||||
0.2.4 (2015-05-10)
|
0.2.4 (2015-05-10)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.2.4',
|
version='0.2.5',
|
||||||
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user