From 54d22effa3a65d396807d0a9c8594aa249c56285 Mon Sep 17 00:00:00 2001 From: Kohulan Rajan Date: Tue, 10 Sep 2024 11:47:33 +0200 Subject: [PATCH] chore(master): release 2.7.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f4621..60f0360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.7.1](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.7.0...v2.7.1) (2024-09-10) + + +### Bug Fixes + +* include hand-drawn README.md ([e55c377](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/e55c377af46409e84b0451614cf28d64e9d37f31)) +* **remove_transparent:** remove strict string check to support pathlib objects in remove_transparent function ([4a1c71b](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/4a1c71b3719826d2f750a79980729651177c1281)) + ## [2.7.0](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.6.0...v2.7.0) (2024-06-11) diff --git a/setup.py b/setup.py index 084ee71..78097b3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="decimer", - version="2.7.0", + version="2.7.1", author="Kohulan Rajan", author_email="kohulan.rajan@uni-jena.de", maintainer="Kohulan Rajan, Otto Brinkhaus ",