From fa79d0d4ead8166e96225fff84914d9db85b6336 Mon Sep 17 00:00:00 2001 From: Jason Piper Date: Tue, 25 Aug 2015 22:07:27 +0800 Subject: [PATCH] v0.5.0 --- HISTORY.rst | 5 +++++ clint/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 21c978a..2356b00 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/clint/__init__.py b/clint/__init__.py index 198877e..3c58e79 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -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'