File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ https://github.com/thebjorn/pydeps/issues
5656Version history
5757---------------
5858
59- **Version 1.8.1 ** incldes a new flag ``--only `` that causes pydeps to
59+ **Version 1.8.2 ** incldes a new flag ``--only `` that causes pydeps to
6060only report on the paths specified::
6161
6262 shell> pydeps mypackage --only mypackage.a mypackage.b
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '1.8.1 '
57+ version = '1.8.2 '
5858# The full version, including alpha/beta/rc tags.
59- release = '1.8.1 '
59+ release = '1.8.2 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change 33Python module dependency visualization. This package installs the ``pydeps``
44command, and normal usage will be to use it from the command line.
55"""
6- __version__ = "1.8.1 "
6+ __version__ = "1.8.2 "
Original file line number Diff line number Diff line change 1111from distutils .core import setup
1212from setuptools .command .test import test as TestCommand
1313
14- version = '1.8.1 '
14+ version = '1.8.2 '
1515
1616
1717class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments