From d77e361e7fed331f26f75150c4bc409ca8c6fa0f Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Mon, 8 Jan 2024 11:57:43 +0100 Subject: [PATCH] Release version 1.0.5 --- HISTORY.rst | 5 +++++ gravity/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e5cf902..d7b7051 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ========= +1.0.5 +===== + +- Support pydantic v1 and v2 by @heisner-tillman in https://github.com/galaxyproject/gravity/pull/118 + 1.0.4 ===== diff --git a/gravity/__init__.py b/gravity/__init__.py index 5852a3a..8a59274 100644 --- a/gravity/__init__.py +++ b/gravity/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "1.0.4" +__version__ = "1.0.5"