Skip to content

Commit cbd5b2f

Browse files
committed
fix reST
1 parent c758910 commit cbd5b2f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1+
12
Release History
23
---------------
34

45
1.1.4
6+
57
- add --version
68
- remove debug print from released code lol
79

810
1.1.3
11+
912
- fix program to generate exit code useful for testing
1013

1114
1.1.2
15+
1216
- corrected version of vendored search_packages_info() from pip
1317
- handle relative imports
1418

1519
1.1.1
20+
1621
- fixed handling of import from __future__
1722
- self-tested and added own requirements.txt
1823
- cleaned up usage to require a file or directory to scan (rather than
@@ -21,4 +26,5 @@ Release History
2126
until pip 1.6 is released
2227

2328
1.1.0
29+
2430
- implemented --ignore-module

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ check by name (or glob pattern) using --ignore-mods::
6262
pip-missing-reqs --ignore-mods=spam sample
6363
# ignore the whole package spam as well
6464
pip-missing-reqs --ignore-mods=spam --ignore-mods=spam.* sample
65+

0 commit comments

Comments
 (0)