From f91f7ee8bc9847b86f5e25bbe62243bbdc0e7afa Mon Sep 17 00:00:00 2001 From: Vineet Naik Date: Mon, 3 Aug 2015 21:26:16 +0530 Subject: [PATCH] Bump version to 0.4.3 and add changelog --- CHANGES.md | 13 ++++++++++--- pipdeptree.py | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1d09b1a..c33ea77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ Changelog ========= +0.4.3 +----- + +* Add python support classifiers to setup.py +* Include license and changelog in distribution tar ball +* Removed bullets from output of pipdeptree if the `freeze` (-f) flag + is set. +* Changes related to test setup and travis-ci integration. + + 0.4.2 ----- @@ -36,6 +46,3 @@ Changelog --- First version - - - diff --git a/pipdeptree.py b/pipdeptree.py index c8b847a..987e55a 100644 --- a/pipdeptree.py +++ b/pipdeptree.py @@ -7,7 +7,7 @@ import argparse import pip -__version__ = '0.4.2' +__version__ = '0.4.3' flatten = chain.from_iterable