Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jan 30, 2018
1 parent ff3d08d commit 5b2ea0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.3.1 (YYYY-MM-DD)
0.3.1 (2018-01-30)
------------------

- Fixed bug with join() in case tasks are added by sync_q.put() #75
Expand Down
2 changes: 1 addition & 1 deletion janus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from queue import Empty as SyncQueueEmpty
from queue import Full as SyncQueueFull

__version__ = '0.3.0'
__version__ = '0.3.1'

log = logging.getLogger(__package__)

Expand Down

0 comments on commit 5b2ea0f

Please sign in to comment.