From daeb63139de7e469fe5220b3865ac53ac6c12a43 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Thu, 9 Nov 2023 08:36:08 -0500 Subject: [PATCH] Version 1.0.4 --- HISTORY.rst | 7 +++++++ gravity/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 41a4ce9..e5cf902 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ========= +1.0.4 +===== + +- Supervisor: more readable program name + reread config on each change by @abretaud in https://github.com/galaxyproject/gravity/pull/110 +- Remove unneeded supervisorctl update call by @abretaud in https://github.com/galaxyproject/gravity/pull/112 +- Minimal path change needed for galaxy PR 16795 by @sveinugu in https://github.com/galaxyproject/gravity/pull/114 + 1.0.3 ===== diff --git a/gravity/__init__.py b/gravity/__init__.py index 7cbd2f6..5852a3a 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "1.0.3" +__version__ = "1.0.4"