From c272d7c616a09c097151805a2ccbb542efc7ef00 Mon Sep 17 00:00:00 2001 From: Kohulan Rajan Date: Fri, 8 Mar 2024 17:03:50 +0100 Subject: [PATCH] chore(master): release 2.5.1 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950e07a..94eb1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.5.1](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.5.0...v2.5.1) (2024-03-08) + + +### Bug Fixes + +* read the docs build error ([24ce5e1](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/24ce5e161f49d1abcd9b5078d41cdae208b01b3f)) +* read the docs build error ([af8a779](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/af8a779a3f6c777fccd74cf022b2727465969f63)) +* read the docs build error python ([8d3bcaf](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/8d3bcafec9263cac7814c52b09982675137cbd29)) + ## [2.5.0](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.4.0...v2.5.0) (2024-01-11) diff --git a/setup.py b/setup.py index 6f51c1b..6ceb285 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="decimer", - version="2.5.0", + version="2.5.1", author="Kohulan Rajan", author_email="kohulan.rajan@uni-jena.de", maintainer="Kohulan Rajan, Otto Brinkhaus ",