From a1242f8d481864f87071c97ad8eb6e1383370579 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 15 Dec 2023 17:30:13 +0100 Subject: [PATCH] Release v0.53.3 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ba2cd..8aa4074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8e8eed4..f58b65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}