Release version 0.10.1
This commit is contained in:
parent
b37c7961a9
commit
0ea5dc2cef
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ import pkg_resources
|
|||
# from graphviz import backend, Digraph
|
||||
|
||||
|
||||
__version__ = '0.10.0'
|
||||
__version__ = '0.10.1'
|
||||
|
||||
|
||||
flatten = chain.from_iterable
|
||||
|
|
Loading…
Reference in New Issue