Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 11, 2015
1 parent 3a065d8 commit d573484
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

0.1.1 (2015-06-12)
------------------

- Fix some typos in README and setup.py

- Add addtional checks for loop closing

- Mention DataRobot

0.1.0 (2015-06-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion janus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from queue import Full as SyncQueueFull
from time import monotonic

__version__ = '0.0.1'
__version__ = '0.0.2'

log = logging.getLogger(__package__)

Expand Down

0 comments on commit d573484

Please sign in to comment.