mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4336c354de |
@@ -1,6 +1,14 @@
|
|||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.3.1
|
||||||
|
+++++
|
||||||
|
|
||||||
|
* Progress mill indicator.
|
||||||
|
* Colored unicode support.
|
||||||
|
* Fix ipython nuance.
|
||||||
|
|
||||||
|
|
||||||
0.3.0
|
0.3.0
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -19,8 +19,8 @@ from .pipes import piped_in
|
|||||||
|
|
||||||
|
|
||||||
__title__ = 'clint'
|
__title__ = 'clint'
|
||||||
__version__ = '0.3.0'
|
__version__ = '0.3.1'
|
||||||
__build__ = 0x000300
|
__build__ = 0x000301
|
||||||
__author__ = 'Kenneth Reitz'
|
__author__ = 'Kenneth Reitz'
|
||||||
__license__ = 'ISC'
|
__license__ = 'ISC'
|
||||||
__copyright__ = 'Copyright 2012 Kenneth Reitz'
|
__copyright__ = 'Copyright 2012 Kenneth Reitz'
|
||||||
|
|||||||
Reference in New Issue
Block a user