Skip to content

Commit 3136a4e

Browse files
committed
Merged with develop and updated version number and changelog
1 parent 86a455c commit 3136a4e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.6.1] - 2024-09-04
11+
12+
### Fixed - 2024-09-04
13+
14+
- Fixed column number on case_worker
15+
1016
## [2.6.0] - 2024-09-04
1117

1218
### Added
@@ -154,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154160

155161
- Initial release
156162

157-
[Unreleased]: https://github.com/itk-dev-rpa/ITK-dev-shared-components/compare/2.6.0...HEAD
163+
[Unreleased]: https://github.com/itk-dev-rpa/ITK-dev-shared-components/compare/2.6.1...HEAD
164+
[2.6.0]: https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.6.1
158165
[2.6.0]: https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.6.0
159166
[2.5.0]: https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.5.0
160167
[2.4.0]: https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "itk_dev_shared_components"
7-
version = "2.6.0"
7+
version = "2.6.1"
88
authors = [
99
{ name="ITK Development", email="itk-rpa@mkb.aarhus.dk" },
1010
]

0 commit comments

Comments
 (0)