From a9ed8fa8ae7778b931678fbd5e940e462da63418 Mon Sep 17 00:00:00 2001 From: pchaumeil Date: Thu, 6 Jul 2023 08:36:27 +1000 Subject: [PATCH] fix(Modified init.py and changelog.rst to increment release): --- docs/src/changelog.rst | 11 +++++++++++ gtdbtk/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/src/changelog.rst b/docs/src/changelog.rst index a059b5b..d1c7f0a 100644 --- a/docs/src/changelog.rst +++ b/docs/src/changelog.rst @@ -2,6 +2,17 @@ Change log ========== +2.3.2 +----- + +Bug Fixes: + +* (`#528 `_) (`#529 `_) setup.py has been modified to restrict pydantic version to >=1.9.2 and < 2.0a1 + +Minor Changes: + +* (`#526 `_) change captures the Mash stderr in a separate buffer ( Thanks @wasade for your contribution) + 2.3.0 ----- diff --git a/gtdbtk/__init__.py b/gtdbtk/__init__.py index 027a302..50a9dc7 100644 --- a/gtdbtk/__init__.py +++ b/gtdbtk/__init__.py @@ -29,4 +29,4 @@ __status__ = 'Production' __title__ = 'GTDB-Tk' __url__ = 'https://github.com/Ecogenomics/GTDBTk' -__version__ = '2.3.0' +__version__ = '2.3.2'