Bump version to 0.13.2

This commit is contained in:
Vineet Naik 2019-01-23 18:04:44 +05:30
parent 41e838c4b1
commit 5622312f78
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
Changelog Changelog
========= =========
0.13.2
------
* Fixed call to `FrozenRequirement.to_dist` to handle changes to the
internal api of pip version 19.0. The api change is because
dependency links support has been removed in pip 19.0
See more:
- https://github.com/pypa/pip/pull/6060
- https://github.com/pypa/pip/pull/5881/commits/46ffb13f13f69c509fd253329da49889008f8e23
0.13.1 0.13.1
------ ------

View File

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