Skip to content

Commit

Permalink
Merge pull request #532 from Ecogenomics/staging
Browse files Browse the repository at this point in the history
fix(Modified init.py and changelog.rst to increment release):
  • Loading branch information
pchaumeil committed Jul 5, 2023
2 parents 50ac357 + a9ed8fa commit 7765d60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Change log
==========

2.3.2
-----

Bug Fixes:

* (`#528 <https://github.com/Ecogenomics/GTDBTk/issues/528>`_) (`#529 <https://github.com/Ecogenomics/GTDBTk/issues/529>`_) setup.py has been modified to restrict pydantic version to >=1.9.2 and < 2.0a1

Minor Changes:

* (`#526 <https://github.com/Ecogenomics/GTDBTk/issues/526>`_) change captures the Mash stderr in a separate buffer ( Thanks @wasade for your contribution)

2.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gtdbtk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
__status__ = 'Production'
__title__ = 'GTDB-Tk'
__url__ = 'https://github.com/Ecogenomics/GTDBTk'
__version__ = '2.3.0'
__version__ = '2.3.2'

0 comments on commit 7765d60

Please sign in to comment.