From dc689b1344ba9ed3ee7283bc2263ca34f7ebfc2a Mon Sep 17 00:00:00 2001 From: Kohulan Rajan Date: Thu, 11 Jan 2024 13:59:52 +0100 Subject: [PATCH] chore(master): release 2.5.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d908d68..8860f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.4.0...v2.5.0) (2024-01-11) + + +### Features + +* automated-pypi-releases ([987e770](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/987e77058c333497ae1fdbcec55460a102477c6b)) + ## [2.4.0](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.3.1...v2.4.0) (2023-08-30) diff --git a/setup.py b/setup.py index 527611b..1a1e6b3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="decimer", - version="2.4.0", + version="2.5.0", author="Kohulan Rajan", author_email="kohulan.rajan@uni-jena.de", maintainer="Kohulan Rajan, Otto Brinkhaus ",