Skip to content

Commit

Permalink
chore(sem-ver): 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Oct 23, 2024
1 parent a92a41f commit 22881f1
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,6 +1,13 @@
# CHANGELOG


## v1.5.6 (2024-10-23)

### Bug Fixes

* fix: update ci to release to pypi ([`a92a41f`](https://github.com/bhklab/med-imagetools/commit/a92a41f56ab6d86c68d7657104f8c559b1958ffc))


## v1.5.5 (2024-10-23)

### Bug Fixes
Expand All @@ -17,6 +24,8 @@

### Chores

* chore(sem-ver): 1.5.5 ([`9921fba`](https://github.com/bhklab/med-imagetools/commit/9921fba8c74d5bfb6d914ce7af069df3976acde0))

* chore: #126 update docstring for StructureSetToSegmentation (reopen) (#128)

* chore: bump artifact action version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "med-imagetools"
packages = [{ include = "imgtools", from = "src" }]
version = "1.5.5"
version = "1.5.6"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = ["Sejin Kim, Benjamin Haibe-Kains"]
license = "GPL-3.0"
Expand Down
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.5.5"
__version__ = "1.5.6"

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

0 comments on commit 22881f1

Please sign in to comment.