From 95986b5f1f1c593aa58bcd7f8bd6975982e88ced Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Tue, 6 Dec 2022 11:30:18 -0500 Subject: [PATCH] Version 0.13.6 --- HISTORY.rst | 7 +++++++ gravity/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 53e07b1..8bb4a66 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ========= +0.13.6 +====== + +- Fix graceful method for gunicorn ``--preload`` by @Slugger70 in https://github.com/galaxyproject/gravity/pull/76 +- Add ``--version`` option to get Gravity version by @natefoo in https://github.com/galaxyproject/gravity/pull/79 +- Fix stopping of gx-it-proxy by @abretaud in https://github.com/galaxyproject/gravity/pull/91 + 0.13.5 ====== diff --git a/gravity/__init__.py b/gravity/__init__.py index 28cc55c..e07e206 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.13.5" +__version__ = "0.13.6"