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
65
65
Version history
66
66
---------------
67
67
68
+ **Version 1.9.4 ** pydeps is now available as a pre-commit.com hook thanks to
69
+ a PR by ewen-lbh _
70
+
68
71
**Version 1.9.1 ** graphs are now stable on Python 3.x as well -
69
72
this was already the case for Py2.7 (thanks to pawamoy _ for reporting
70
73
and testing the issue and to kinow _ for helping with testing).
@@ -383,3 +386,4 @@ Contributing
383
386
.. _aroberge : https://github.com/aroberge
384
387
.. _pawamoy : https://github.com/pawamoy
385
388
.. _kinow : https://github.com/kinow
389
+ .. _ewen-lbh : https://github.com/ewen-lbh
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '1.9.3 '
57
+ version = '1.9.4 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '1.9.3 '
59
+ release = '1.9.4 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
Python module dependency visualization. This package installs the ``pydeps``
4
4
command, and normal usage will be to use it from the command line.
5
5
"""
6
- __version__ = "1.9.3 "
6
+ __version__ = "1.9.4 "
Original file line number Diff line number Diff line change 11
11
from distutils .core import setup
12
12
from setuptools .command .test import test as TestCommand
13
13
14
- version = '1.9.3 '
14
+ version = '1.9.4 '
15
15
16
16
17
17
class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments