version bump (v0.2.3)

This commit is contained in:
star:Kenneth Reitz
2011-04-06 13:06:14 -04:00
parent 4b9e35c631
commit e500773da3
2 changed files with 14 additions and 6 deletions
+12 -4
View File
@@ -1,13 +1,21 @@
History
-------
0.2.3
+++++
* Only init colors if they are used (iPython compatability)
* New progress module
* Various bugfixes
0.2.2
+++++
Auto Color Disabling
Progress Namespace Change
New Progress Bars
textui.puts newline fix
* Auto Color Disabling
* Progress Namespace Change
* New Progress Bars
* textui.puts newline fix
0.2.1 (2011-03-24)
+2 -2
View File
@@ -19,8 +19,8 @@ from .pipes import piped_in
__title__ = 'clint'
__version__ = '0.2.1'
__build__ = 0x000201
__version__ = '0.2.3'
__build__ = 0x000203
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'