Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Oct 21, 2024
1 parent 6d753b7 commit 453430f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2024-10-21

### Added

- Support for pydicom 3.0. This requires Pyhton >3.10.
Expand Down Expand Up @@ -267,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of wsidicomizer

[Unreleased]: https://github.com/imi-bigpicture/wsidicomizer/compare/0.14.2..HEAD
[Unreleased]: https://github.com/imi-bigpicture/wsidicomizer/compare/0.15.0..HEAD
[0.15.0]: https://github.com/imi-bigpicture/wsidicomizer/compare/0.14.2..0.15.0
[0.14.2]: https://github.com/imi-bigpicture/wsidicomizer/compare/0.14.1..0.14.2
[0.14.1]: https://github.com/imi-bigpicture/wsidicomizer/compare/0.14.0..0.14.1
[0.14.0]: https://github.com/imi-bigpicture/wsidicomizer/compare/0.13.2..0.14.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wsidicomizer"
version = "0.14.2"
version = "0.15.0"
description = "Tool for reading WSI files from proprietary formats and optionally convert them to to DICOM"
authors = ["Erik O Gabrielsson <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wsidicomizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

from wsidicomizer.wsidicomizer import WsiDicomizer

__version__ = "0.14.2"
__version__ = "0.15.0"

__all__ = ["WsiDicomizer"]

0 comments on commit 453430f

Please sign in to comment.