Skip to content

Commit d573484

Browse files
committed
Bump to 0.1.1
1 parent 3a065d8 commit d573484

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes
22
=======
33

4+
0.1.1 (2015-06-12)
5+
------------------
6+
7+
- Fix some typos in README and setup.py
8+
9+
- Add addtional checks for loop closing
10+
11+
- Mention DataRobot
12+
413
0.1.0 (2015-06-11)
514
------------------
615

janus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from queue import Full as SyncQueueFull
1010
from time import monotonic
1111

12-
__version__ = '0.0.1'
12+
__version__ = '0.0.2'
1313

1414
log = logging.getLogger(__package__)
1515

0 commit comments

Comments
 (0)