Skip to content

Commit a9b7d60

Browse files
committed
uprev
1 parent 92e4b5d commit a9b7d60

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
v0.6.1 (2017-05-06)
7+
...................
8+
* mypy at last passing, #30
9+
* adding trove classifiers, #29
10+
611
v0.6.0 (2017-04-14)
712
...................
813
* add ``StopJob`` exception for cleaning ending jobs, #21

arq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.6.0')
5+
VERSION = StrictVersion('0.6.1')

0 commit comments

Comments
 (0)