Bump version to 0.4.3 and add changelog

This commit is contained in:
Vineet Naik 2015-08-03 21:26:16 +05:30
parent 2a0ab2ab02
commit f91f7ee8bc
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@ import argparse
import pip
__version__ = '0.4.2'
__version__ = '0.4.3'
flatten = chain.from_iterable