From c4016d79187459185e8cae5a09f6e1bd09975035 Mon Sep 17 00:00:00 2001 From: Kohulan Rajan Date: Thu, 11 Jan 2024 14:05:06 +0100 Subject: [PATCH] chore(master): release 2.5.0 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d908d68..950e07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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)) + + +### Bug Fixes + +* installation issues ([a959a8b](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/a959a8b961fe81f6cebea47cf87fd81cd2f7913a)) + ## [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 21afe05..6f51c1b 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 ",