Bump version to 1.0.0

This commit is contained in:
Vineet Naik 2020-06-13 11:22:30 +05:30
parent 4f06f6d866
commit 5aac81adb0
2 changed files with 9 additions and 1 deletions

View File

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

View File

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