diff --git a/HISTORY.rst b/HISTORY.rst index 18786cd..5d44eb4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.7.6 (2020-04-14) +------------------ + +* Fix issue in celery beat health check when cache failing would bring down the whole project + + 0.7.5 (2020-04-13) ------------------ diff --git a/setup.cfg b/setup.cfg index 8514698..c8176f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.5 +current_version = 0.7.6 commit = True tag = True diff --git a/tg_utils/__init__.py b/tg_utils/__init__.py index 0b14a0e..740259d 100644 --- a/tg_utils/__init__.py +++ b/tg_utils/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Thorgate' __email__ = 'code@thorgate.eu' -__version__ = '0.7.5' +__version__ = '0.7.6'