Skip to content

Commit bacd2f2

Browse files
committed
add changelog, version bump to v0.1.6
1 parent 436ce93 commit bacd2f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Meepo Changelog
22
===============
33

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+
414
Version 0.1.5
515
-------------
616

meepo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.1.5.1"
3+
__version__ = "0.1.6"

0 commit comments

Comments
 (0)