Skip to content

Commit 736a855

Browse files
committed
oops
1 parent c921465 commit 736a855

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Release History
22
---------------
33

4+
1.1.3
5+
- fix program to generate exit code useful for testing
6+
47
1.1.2
58
- corrected version of vendored search_packages_info() from pip
69
- handle relative imports
7-
- fix program to generate exit code useful for testing
810

911
1.1.1
1012
- fixed handling of import from __future__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pip_missing_reqs',
15-
version='1.1.2',
15+
version='1.1.3',
1616
description='Find packages that should be in requirements for a project',
1717
long_description=long_description,
1818
url='https://github.com/r1chardj0n3s/pip-missing-reqs',

0 commit comments

Comments
 (0)