Bump version to 0.8.0

And added changelog
This commit is contained in:
Vineet Naik 2016-10-23 21:58:25 +05:30
parent 01ca5e856e
commit 88dfc34440
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
Changelog Changelog
========= =========
0.8.0
-----
* Use pip's list of excluded default packages. This means that the
``pipdeptree`` package itself is no longer excluded and will appear
in the output tree.
* Fix the bug that caused a package to appear in conflicting deps
although it's installed version could be guessed.
0.7.0 0.7.0
----- -----

View File

@ -16,7 +16,7 @@ import pip
import pkg_resources import pkg_resources
__version__ = '0.7.0' __version__ = '0.8.0'
flatten = chain.from_iterable flatten = chain.from_iterable