Release version 0.10.1

This commit is contained in:
Vineet Naik 2017-03-19 17:26:37 +05:30
parent b37c7961a9
commit 0ea5dc2cef
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.10.1
------
* Fixed change of behaviour due to support for ``--json`` and
``--packages`` together. PR #65 was reverted for this.
0.10.0
------

View File

@ -19,7 +19,7 @@ import pkg_resources
# from graphviz import backend, Digraph
__version__ = '0.10.0'
__version__ = '0.10.1'
flatten = chain.from_iterable