mirror of https://github.com/flaggo/pydu.git
start development for 0.6.0
This commit is contained in:
parent
5d7983f5b4
commit
e918b6e0e2
|
@ -1,3 +1,7 @@
|
|||
v0.6.0
|
||||
-------------------
|
||||
|
||||
|
||||
v0.5.2 (2018-04-04)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Useful data structures, utils for Python.
|
|||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
__version__ = '0.5.2'
|
||||
__version__ = '0.6.0'
|
||||
|
||||
|
||||
# Set logging handler to avoid "No handler found" warnings.
|
||||
|
|
Loading…
Reference in New Issue