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"