Skip to content

Commit 080dabc

Browse files
committed
forgot to update readme
1 parent 556612f commit 080dabc

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ https://github.com/thebjorn/pydeps/issues
5656
Version 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
6064
only 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
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.

pydeps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Python module dependency visualization. This package installs the ``pydeps``
44
command, and normal usage will be to use it from the command line.
55
"""
6-
__version__ = "1.8.4"
6+
__version__ = "1.8.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from distutils.core import setup
1212
from setuptools.command.test import test as TestCommand
1313

14-
version='1.8.4'
14+
version='1.8.5'
1515

1616

1717
class PyTest(TestCommand):

0 commit comments

Comments
 (0)