We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3d08d commit 5b2ea0fCopy full SHA for 5b2ea0f
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-0.3.1 (YYYY-MM-DD)
+0.3.1 (2018-01-30)
5
------------------
6
7
- Fixed bug with join() in case tasks are added by sync_q.put() #75
janus/__init__.py
@@ -8,7 +8,7 @@
8
from queue import Empty as SyncQueueEmpty
9
from queue import Full as SyncQueueFull
10
11
-__version__ = '0.3.0'
+__version__ = '0.3.1'
12
13
log = logging.getLogger(__package__)
14
0 commit comments