Skip to content

Commit 803052f

Browse files
committed
pre-release shenanigans
1 parent b6a9f4e commit 803052f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release History
33
---------------
44

5+
2.0.1
6+
7+
- handled removal of normalize_name from pip.utils
8+
- handle packages with no files
9+
510
2.0 **renamed package to pip_check_reqs**
611

712
- added tool pip-extra-reqs to find packages installed but not used

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ With Thanks To
8383
--------------
8484

8585
Josh Hesketh -- who refactored code and contributed the pip-extra-reqs tool.
86+
87+
Wil Cooley -- who handled the removal of normalize_name and fixed some bugs.

pip_check_reqs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0'
1+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)