Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Nov 22, 2024
1 parent 417af70 commit ab16e38
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.22.0] - 2024-11-22

### Added

- Cache for compressed and decompressed tiles.
Expand Down Expand Up @@ -439,7 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of wsidicom

[Unreleased]: https://github.com/imi-bigpicture/wsidicom/compare/v0.21.4..HEAD
[Unreleased]: https://github.com/imi-bigpicture/wsidicom/compare/v0.22.0..HEAD
[0.22.0]: https://github.com/imi-bigpicture/wsidicom/compare/v0.21.4..v0.22.0
[0.21.4]: https://github.com/imi-bigpicture/wsidicom/compare/v0.21.3..v0.21.4
[0.21.3]: https://github.com/imi-bigpicture/wsidicom/compare/v0.21.2..v0.21.3
[0.21.2]: https://github.com/imi-bigpicture/wsidicom/compare/v0.21.1..v0.21.2
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 = "wsidicom"
version = "0.21.4"
version = "0.22.0"
description = "Tools for handling DICOM based whole scan images"
authors = ["Erik O Gabrielsson <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wsidicom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from wsidicom.web import WsiDicomWebClient
from wsidicom.wsidicom import WsiDicom

__version__ = "0.21.4"
__version__ = "0.22.0"

__all__ = [
"settings",
Expand Down

0 comments on commit ab16e38

Please sign in to comment.