Skip to content

Commit

Permalink
Merge pull request #99 from Kohulan/release-please--branches--master-…
Browse files Browse the repository at this point in the history
…-components--release-please-action

chore(master): release 1.2.5
  • Loading branch information
OBrink committed Oct 19, 2023
2 parents 14be8f7 + 5210998 commit 3114028
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.5](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.4...v1.2.5) (2023-10-19)


### Bug Fixes

* adapt seed pixel determination test according to changes ([337775d](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/337775d34b536ee79aa63e7b0153aae7c49b229d))
* do not return empty segments ([f1deb46](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/f1deb4606627fd96c43ec8527c5287e0823f5905))
* don't use pixels from exclusion mask as seed pixels ([fe96aa9](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/fe96aa91af94c2c8b650ae8d3215a3b497af7469))

## [1.2.4](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.3...v1.2.4) (2023-10-19)


Expand Down
2 changes: 1 addition & 1 deletion decimer_segmentation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
please raise an issue on our GitHub repository.
"""

__version__ = "1.2.4"
__version__ = "1.2.5"

__all__ = [
"decimer_segmentation",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="decimer_segmentation",
version="1.2.4",
version="1.2.5",
author="Kohulan Rajan",
author_email="kohulan.rajan@uni-jena.de",
maintainer="Kohulan Rajan",
Expand Down

0 comments on commit 3114028

Please sign in to comment.