We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436ce93 commit bacd2f2Copy full SHA for bacd2f2
CHANGELOG.rst
@@ -1,6 +1,16 @@
1
Meepo Changelog
2
===============
3
4
+Version 0.1.6
5
+-------------
6
+
7
+Released on September 23, 2014.
8
9
+- graceful handle KeyboardInterrupt.
10
+- better worker retry handling.
11
+- allow multiple pks to be sent to callback task.
12
13
14
Version 0.1.5
15
-------------
16
meepo/__init__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = "0.1.5.1"
+__version__ = "0.1.6"
0 commit comments