mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Version bump 0.2.6
This commit is contained in:
parent
9035a2eb5b
commit
f3011d6487
@ -3,7 +3,13 @@
|
|||||||
History
|
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
|
* Fix exception when 'import' is used in comments #17
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.2.5',
|
version='0.2.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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user