Skip to content

Commit

Permalink
chore(sem-ver): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed May 29, 2024
1 parent 26590a0 commit 69626ef
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 11 deletions.
28 changes: 22 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@



## v1.1.0 (2024-05-29)
## v1.5.0 (2024-05-29)

### Feature

* feat: update Lock ([`26590a0`](https://github.com/bhklab/med-imagetools/commit/26590a09f71c9f797d89f6276aef1c1e416f77dc))

* feat: update readme ([`7cd808e`](https://github.com/bhklab/med-imagetools/commit/7cd808e954ce8e4e1bd8b3dbf1978ba70b0e6713))

### Unknown

* patch: pushing to 1.4.1 (#116)

* feat: semantic release!

* patch: pushing versions ([`7b4cf22`](https://github.com/bhklab/med-imagetools/commit/7b4cf22b6a981b8a3706a5034f09d4b48cf83c8c))


## v1.4.0 (2024-05-29)

### Chore

Expand All @@ -24,6 +41,10 @@

### Unknown

* 1.1.0

Automatically generated by python-semantic-release ([`fe25ff2`](https://github.com/bhklab/med-imagetools/commit/fe25ff2003c9c84cee089b4e651010bd59ce4b38))

* Dev (#112)

* kill bob the builder
Expand Down Expand Up @@ -691,11 +712,6 @@ checking patient_ID error for issue #53

* Update setup.py ([`3ceaf19`](https://github.com/bhklab/med-imagetools/commit/3ceaf19dea6c622fddacee98670114ddcb34d37b))


## v4.4.0 (2022-07-27)

### Unknown

* 0.4.4 (#49)

* Update setup.py
Expand Down
19 changes: 15 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
[tool.poetry]
name = "med-imagetools"
packages = [{ include = "imgtools", from = "src" }]
version = "1.4.1"
version = "1.5.0"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = ["Sejin Kim, Benjamin Haibe-Kains"]
license = "GPL-3.0"
readme = "README.md"

[tool.semantic_release]
version_variables = ["setup.py:__version__"]

[tool.poetry.group.dev]
optional = true

Expand Down Expand Up @@ -48,3 +45,17 @@ debug = ["pyvis"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_variables = ["setup.py:__version__"]
version_toml = [
"pyproject.toml:tool.poetry.version",
]
upload_to_release = true
remove_dist = false
commit_message = "chore(sem-ver): {version}"
patch_without_tag = true


[tool.semantic_release.branches.main]
match = "(main|master)"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
__version__ = "1.4.1"
__version__ = "1.5.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 69626ef

Please sign in to comment.