Skip to content

Commit 82f791a

Browse files
authored
Merge pull request #91 from Kohulan/release-please--branches--master--components--release-please-action
chore(master): release 1.2.1
2 parents 8de96c4 + 5787aac commit 82f791a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.0...v1.2.1) (2023-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* GH action for pypi releases ([ce4c3b9](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/ce4c3b940d4c9763f6fb352c7cc4bf5895185d2a))
9+
310
## [1.2.0](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/1.1.4...v1.2.0) (2023-09-19)
411

512

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors:
1919

2020

2121
title: "DECIMER-Image-Segmentation"
22-
version: 1.1.4
22+
version: 1.2.1
2323
doi: 10.5281/zenodo.7299334
2424
date-released: 2021-05-03
2525
url: "https://github.com/OBrink/DECIMER-Image-Segmentation"

decimer_segmentation/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
88
99
For comments, bug reports or feature requests,
10-
please raise a issue on our Github repository.
10+
please raise an issue on our GitHub repository.
1111
"""
1212

13-
__version__ = "1.1.4"
13+
__version__ = "1.2.1"
1414

1515
__all__ = [
1616
"decimer_segmentation",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="decimer_segmentation",
18-
version="1.2.0",
18+
version="1.2.1",
1919
author="Kohulan Rajan",
2020
author_email="[email protected]",
2121
maintainer="Kohulan Rajan",

0 commit comments

Comments
 (0)