From ba0bf080190e4ebe94a4933a4eaebeb9ec0e5195 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Wed, 7 Feb 2024 14:41:37 -0500 Subject: [PATCH] Release version 1.0.6 --- HISTORY.rst | 7 +++++++ gravity/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d7b7051..3152197 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ========= +1.0.6 +===== + +- Support pydantic v1 and v2 by @mvdbeek in https://github.com/galaxyproject/gravity/pull/118 +- Fix GalaxyReportsService crash and remove config_type by @jvanbraekel in https://github.com/galaxyproject/gravity/pull/116 +- Support running multiple tusds and controlling the value of hooks-http by @natefoo in https://github.com/galaxyproject/gravity/pull/119 + 1.0.5 ===== diff --git a/gravity/__init__.py b/gravity/__init__.py index 8a59274..5f83f7b 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "1.0.5" +__version__ = "1.0.6"