We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a065d8 commit d573484Copy full SHA for d573484
CHANGES.rst
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
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
13
0.1.0 (2015-06-11)
14
------------------
15
janus/__init__.py
@@ -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__)
0 commit comments