mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 06:46:16 +00:00
v0.5.1
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
History
|
||||
-------
|
||||
|
||||
0.5.1
|
||||
+++++
|
||||
* Fix line width calculation in max_width when using coloured text (thanks to @wkentaro)
|
||||
|
||||
0.5.0
|
||||
+++++
|
||||
* Added option prompt
|
||||
|
||||
+2
-2
@@ -26,8 +26,8 @@ from .pipes import piped_in
|
||||
|
||||
|
||||
__title__ = 'clint'
|
||||
__version__ = '0.5.0'
|
||||
__build__ = 0x000500
|
||||
__version__ = '0.5.1'
|
||||
__build__ = 0x000501
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__license__ = 'ISC'
|
||||
__copyright__ = 'Copyright 2012 Kenneth Reitz'
|
||||
|
||||
Reference in New Issue
Block a user