parent
01ca5e856e
commit
88dfc34440
11
CHANGES.md
11
CHANGES.md
|
@ -1,6 +1,17 @@
|
|||
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
|
||||
-----
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import pip
|
|||
import pkg_resources
|
||||
|
||||
|
||||
__version__ = '0.7.0'
|
||||
__version__ = '0.8.0'
|
||||
|
||||
|
||||
flatten = chain.from_iterable
|
||||
|
|
Loading…
Reference in New Issue