We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a9f4e commit 803052fCopy full SHA for 803052f
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Release History
3
---------------
4
5
+2.0.1
6
+
7
+- handled removal of normalize_name from pip.utils
8
+- handle packages with no files
9
10
2.0 **renamed package to pip_check_reqs**
11
12
- added tool pip-extra-reqs to find packages installed but not used
README.rst
@@ -83,3 +83,5 @@ With Thanks To
83
--------------
84
85
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
@@ -1 +1 @@
1
-__version__ = '2.0'
+__version__ = '2.0.1'
0 commit comments