1 Commits

Author SHA1 Message Date
Kenneth Reitz 4336c354de v0.3.1 2012-01-16 09:25:54 -05:00
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
History
-------
0.3.1
+++++
* Progress mill indicator.
* Colored unicode support.
* Fix ipython nuance.
0.3.0
+++++
+2 -2
View File
@@ -19,8 +19,8 @@ from .pipes import piped_in
__title__ = 'clint'
__version__ = '0.3.0'
__build__ = 0x000300
__version__ = '0.3.1'
__build__ = 0x000301
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'