From 1cf6d157fd5eb0596b8003fe835cc3250347d296 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 1 Nov 2019 11:03:41 +0000 Subject: [PATCH] uprev --- HISTORY.rst | 2 +- arq/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4cd2c182..f35feced 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -v0.18.2 (unreleased) +v0.18.2 (2019-11-01) .................... * Fix cron scheduling on a specific queue, by @dmvass and @Tinche diff --git a/arq/version.py b/arq/version.py index bd4adf0a..fc0f7ca9 100644 --- a/arq/version.py +++ b/arq/version.py @@ -2,4 +2,4 @@ __all__ = ['VERSION'] -VERSION = StrictVersion('0.18.1') +VERSION = StrictVersion('0.18.2')