File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ https://github.com/thebjorn/pydeps/issues
6565Version history
6666---------------
6767
68+ **Version 1.9.4 ** pydeps is now available as a pre-commit.com hook thanks to
69+ a PR by ewen-lbh _
70+
6871**Version 1.9.1 ** graphs are now stable on Python 3.x as well -
6972this was already the case for Py2.7 (thanks to pawamoy _ for reporting
7073and testing the issue and to kinow _ for helping with testing).
@@ -383,3 +386,4 @@ Contributing
383386.. _aroberge : https://github.com/aroberge
384387.. _pawamoy : https://github.com/pawamoy
385388.. _kinow : https://github.com/kinow
389+ .. _ewen-lbh : https://github.com/ewen-lbh
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '1.9.3 '
57+ version = '1.9.4 '
5858# The full version, including alpha/beta/rc tags.
59- release = '1.9.3 '
59+ release = '1.9.4 '
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.9.3 "
6+ __version__ = "1.9.4 "
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.9.3 '
14+ version = '1.9.4 '
1515
1616
1717class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments