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'