Skip to content

Commit

Permalink
Release v0.53.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 15, 2023
1 parent 305154c commit a1242f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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]

## [v0.53.3] - 2023-12-15

- fix path computation following move of cmeel.pth to cmeel_pth

## [v0.53.2] - 2023-12-12
Expand Down Expand Up @@ -412,6 +414,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial minial working example

[Unreleased]: https://github.com/cmake-wheel/cmeel/compare/v0.4.2...main
[v0.53.3]: https://github.com/cmake-wheel/cmeel/compare/v0.53.2...v0.53.3
[v0.53.2]: https://github.com/cmake-wheel/cmeel/compare/v0.53.1...v0.53.2
[v0.53.1]: https://github.com/cmake-wheel/cmeel/compare/v0.53.0...v0.53.1
[v0.53.0]: https://github.com/cmake-wheel/cmeel/compare/v0.52.1...v0.53.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = [
{include = "cmeel_pth.py"}
]
readme = "README.md"
version = "0.53.2"
version = "0.53.3"

[tool.poetry.dependencies]
cmake = {optional = true, version = "^3.27.9"}
Expand Down

0 comments on commit a1242f8

Please sign in to comment.