This commit is contained in:
Jason Piper
2015-08-25 22:07:27 +08:00
parent 140d85898d
commit fa79d0d4ea
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
History
-------
0.5.0
+++++
* Added option prompt
0.4.1
+++++
* Fix bug in logic that decides whether progress bars should be hidden or not
+2 -2
View File
@@ -26,8 +26,8 @@ from .pipes import piped_in
__title__ = 'clint'
__version__ = '0.4.1'
__build__ = 0x000401
__version__ = '0.5.0'
__build__ = 0x000500
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'