Bump version to 0.13.1

This commit is contained in:
Vineet Naik 2018-10-08 19:07:23 +05:30
parent ba67474e41
commit 086039ebab
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.13.1
------
* Fixed import after changes in pip._internal introduced in pip
version 18.1
0.13.0
------

View File

@ -24,7 +24,7 @@ import pkg_resources
# from graphviz import backend, Digraph
__version__ = '0.13.0'
__version__ = '0.13.1'
flatten = chain.from_iterable