Skip to content

Commit 5b2ea0f

Browse files
committed
bump version
1 parent ff3d08d commit 5b2ea0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
0.3.1 (YYYY-MM-DD)
4+
0.3.1 (2018-01-30)
55
------------------
66

77
- Fixed bug with join() in case tasks are added by sync_q.put() #75

janus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from queue import Empty as SyncQueueEmpty
99
from queue import Full as SyncQueueFull
1010

11-
__version__ = '0.3.0'
11+
__version__ = '0.3.1'
1212

1313
log = logging.getLogger(__package__)
1414

0 commit comments

Comments
 (0)