Skip to content

Commit 52f56ac

Browse files
committed
uprev
1 parent 5aa97b0 commit 52f56ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ History
44
-------
55

66

7+
v0.14.0 (2018-05-28)
8+
....................
9+
* package updates, particularly compatibility for ``msgpack 0.5.6``
10+
711
v0.13.0 (2017-11-27)
812
....................
913
* **Braking Change:** integration with aioredis >= 1.0, basic usage hasn't changed but

arq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.13')
5+
VERSION = StrictVersion('0.14')

0 commit comments

Comments
 (0)