Skip to content

Commit

Permalink
Merge pull request #91 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.1
  • Loading branch information
OBrink committed Sep 21, 2023
2 parents 8de96c4 + 5787aac commit 82f791a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.0...v1.2.1) (2023-09-21)


### Bug Fixes

* GH action for pypi releases ([ce4c3b9](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/ce4c3b940d4c9763f6fb352c7cc4bf5895185d2a))

## [1.2.0](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/1.1.4...v1.2.0) (2023-09-19)


Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:


title: "DECIMER-Image-Segmentation"
version: 1.1.4
version: 1.2.1
doi: 10.5281/zenodo.7299334
date-released: 2021-05-03
url: "https://github.com/OBrink/DECIMER-Image-Segmentation"
Expand Down
4 changes: 2 additions & 2 deletions decimer_segmentation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
For comments, bug reports or feature requests,
please raise a issue on our Github repository.
please raise an issue on our GitHub repository.
"""

__version__ = "1.1.4"
__version__ = "1.2.1"

__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.0",
version="1.2.1",
author="Kohulan Rajan",
author_email="kohulan.rajan@uni-jena.de",
maintainer="Kohulan Rajan",
Expand Down

0 comments on commit 82f791a

Please sign in to comment.