From d54765639e7f94c33eeb648865c5076c1aa0eadd Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Mon, 13 Mar 2023 17:49:42 -0400 Subject: [PATCH] Version 1.0.1 --- HISTORY.rst | 5 +++++ gravity/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9328593..192f6d4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ========= +1.0.1 +===== + +- Added configuration of gx-it-proxy to support path-based proxying by @sveinugu in https://github.com/galaxyproject/gravity/pull/100 + 1.0.0 ===== diff --git a/gravity/__init__.py b/gravity/__init__.py index 650d6c1..25007e2 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "1.0.0" +__version__ = "1.0.1"