From c127c6712d3a0c4137d865ac7bbfcc013365ab5a Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 6 May 2022 17:28:28 +0200 Subject: [PATCH] Prepeare release 0.12.0 --- HISTORY.rst | 7 +++++++ gravity/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 58f4869..41335ad 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ========= +0.12.0 +====== + +- Fix typo in ``log_dir`` description by @nsoranzo in https://github.com/galaxyproject/gravity/pull/44 +- Shortcut individual services fix by @natefoo in https://github.com/galaxyproject/gravity/pull/45 +- Add additional options to celery beat / celery workers by @mvdbeek in https://github.com/galaxyproject/gravity/pull/46 + 0.11.0 ====== diff --git a/gravity/__init__.py b/gravity/__init__.py index 1391fb8..739e337 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.11.0" +__version__ = "0.12.0"