From 2bf51ec8f5840684be4134c0b2b0610ca2fc6b9f Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Wed, 15 Jun 2022 11:42:23 -0400 Subject: [PATCH] Prepare release 0.13.0 --- HISTORY.rst | 9 +++++++++ gravity/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 41335ad..4d9736c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,15 @@ History ========= +0.13.0 +====== + +- Add options to enable/disable gunicorn, celery, and celery-beat services https://github.com/galaxyproject/gravity/pull/47 +- Add ability to include gravity config from a separate file and document https://github.com/galaxyproject/gravity/pull/48 +- Only default to preload = true for gunicorn if not using unicornherder https://github.com/galaxyproject/gravity/pull/49 +- Add option to specify tusd path https://github.com/galaxyproject/gravity/pull/50 +- Support setting per-service environment variables https://github.com/galaxyproject/gravity/pull/56 + 0.12.0 ====== diff --git a/gravity/__init__.py b/gravity/__init__.py index 739e337..fee4427 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.12.0" +__version__ = "0.13.0"