Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiper committed Mar 14, 2014
1 parent 93c3f9a commit 13df323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,11 @@
History
-------

0.3.5
+++++
* progress.bar is now a context manager - doesn't require an iterable anymore (thanks to @jric)
* Bug fixes

0.3.4
+++++
* Fixed Python 3 basestring deprecation
Expand Down
4 changes: 2 additions & 2 deletions clint/__init__.py
Expand Up @@ -26,8 +26,8 @@


__title__ = 'clint'
__version__ = '0.3.4'
__build__ = 0x000304
__version__ = '0.3.5'
__build__ = 0x000305
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'
Expand Down

2 comments on commit 13df323

@jezdez
Copy link
Contributor

@jezdez jezdez commented on 13df323 Mar 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpiper Any chance you could push the Git tags?

@jpiper
Copy link
Collaborator Author

@jpiper jpiper commented on 13df323 Apr 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jezdez With pleasure :)

Please sign in to comment.