Version bump

This commit is contained in:
Vadim Kravcenko 2017-06-30 14:27:07 +02:00
parent 3601802ce2
commit 9d02b40bc8
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@
History History
------- -------
0.4.8
--------------------
* Implement '--clean' and '--diff' (kxrd)
* Exclude concurrent{,.futures} from stdlib if py2 (kxrd)
0.4.7 0.4.7
-------------------- --------------------

View File

@ -2,4 +2,4 @@
__author__ = 'Vadim Kravcenko' __author__ = 'Vadim Kravcenko'
__email__ = 'vadim.kravcenko@gmail.com' __email__ = 'vadim.kravcenko@gmail.com'
__version__ = '0.4.7' __version__ = '0.4.8'