File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ https://github.com/thebjorn/pydeps/issues
5656Version history
5757---------------
5858
59+ **Version 1.8.5 ** With svg as the output format (which is the default),
60+ paths are now hilighted on mouse hover (thanks to tomasito665 _ for the
61+ enhancement request).
62+
5963**Version 1.8.2 ** incldes a new flag ``--only `` that causes pydeps to
6064only report on the paths specified::
6165
@@ -345,3 +349,4 @@ Contributing
345349.. _goetzk : https://github.com/goetzk
346350.. _tobiasmaier : https://github.com/tobiasmaier
347351.. _eight04 : https://github.com/eight04
352+ .. _tomasito665 : https://github.com/Tomasito665
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '1.8.4 '
57+ version = '1.8.5 '
5858# The full version, including alpha/beta/rc tags.
59- release = '1.8.4 '
59+ release = '1.8.5 '
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.4 "
6+ __version__ = "1.8.5 "
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.4 '
14+ version = '1.8.5 '
1515
1616
1717class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments