From 6a3f5e0f70092a1d1316b23f3bab83d5f83369f1 Mon Sep 17 00:00:00 2001 From: Sergey Kovalskiy Date: Tue, 10 Sep 2019 13:43:06 +0300 Subject: [PATCH] Bump version to 0.7.3 --- HISTORY.rst | 6 ++++++ tg_utils/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c8e701c..5aaed3e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.7.3 (2019-09-10) +------------------ + +* Make celery beat health-check error message more comprehensive + + 0.7.2 (2019-07-25) ------------------ diff --git a/tg_utils/__init__.py b/tg_utils/__init__.py index d3ff1c4..ef23257 100644 --- a/tg_utils/__init__.py +++ b/tg_utils/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Thorgate' __email__ = 'code@thorgate.eu' -__version__ = '0.7.2' +__version__ = '0.7.3'