From 087af2867b7490e9f949440d7235f11ed98ec408 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Fri, 14 Apr 2023 11:09:55 -0400 Subject: [PATCH] Version 1.0.3 --- HISTORY.rst | 5 +++++ gravity/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5c103d8..41a4ce9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ========= +1.0.3 +===== + +- Don't create supervisor conf dir unless necessary, create the gravity data dir as the correct user by @natefoo in https://github.com/galaxyproject/gravity/pull/105 + 1.0.2 ===== diff --git a/gravity/__init__.py b/gravity/__init__.py index 44616d4..7cbd2f6 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "1.0.2" +__version__ = "1.0.3"