From 5aac81adb0459046e7677c8f4593a5ad3f56bce2 Mon Sep 17 00:00:00 2001 From: Vineet Naik Date: Sat, 13 Jun 2020 11:22:30 +0530 Subject: [PATCH] Bump version to 1.0.0 --- CHANGES.md | 8 ++++++++ pipdeptree.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 99d7ea1..e27ae90 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,14 @@ Changelog ========= +1.0.0 +----- + +* Use `pkg_resources` vendored with `pip`. + +* Besides this, there's no other change in this major version release. + + 0.13.2 ------ diff --git a/pipdeptree.py b/pipdeptree.py index a8dfcce..85ba88c 100644 --- a/pipdeptree.py +++ b/pipdeptree.py @@ -24,7 +24,7 @@ from pip._vendor import pkg_resources # from graphviz import backend, Digraph -__version__ = '0.13.2' +__version__ = '1.0.0' flatten = chain.from_iterable