From 5622312f78a29046f76666ba145a25b9ef09e0ad Mon Sep 17 00:00:00 2001 From: Vineet Naik Date: Wed, 23 Jan 2019 18:04:44 +0530 Subject: [PATCH] Bump version to 0.13.2 --- CHANGES.md | 12 ++++++++++++ pipdeptree.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 114165b..99d7ea1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ 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 ------ diff --git a/pipdeptree.py b/pipdeptree.py index 9dedcf4..efc32ff 100644 --- a/pipdeptree.py +++ b/pipdeptree.py @@ -24,7 +24,7 @@ import pkg_resources # from graphviz import backend, Digraph -__version__ = '0.13.1' +__version__ = '0.13.2' flatten = chain.from_iterable