Bump version to 1.0.0
This commit is contained in:
parent
4f06f6d866
commit
5aac81adb0
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue