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 c921465 commit 736a855Copy full SHA for 736a855
CHANGELOG.rst
@@ -1,10 +1,12 @@
1
Release History
2
---------------
3
4
+1.1.3
5
+- fix program to generate exit code useful for testing
6
+
7
1.1.2
8
- corrected version of vendored search_packages_info() from pip
9
- handle relative imports
-- fix program to generate exit code useful for testing
10
11
1.1.1
12
- fixed handling of import from __future__
setup.py
@@ -12,7 +12,7 @@
13
setup(
14
name='pip_missing_reqs',
15
- version='1.1.2',
+ version='1.1.3',
16
description='Find packages that should be in requirements for a project',
17
long_description=long_description,
18
url='https://github.com/r1chardj0n3s/pip-missing-reqs',
0 commit comments