From 0ea1466e56d51775e31a278ee563bc3f283e68f5 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Thu, 30 Nov 2023 09:18:13 +0100 Subject: [PATCH] Release v0.53.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074fe61..0a8fe33 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.0] - 2023-11-30 + - fix python shebang in scripts ## [v0.52.1] - 2023-11-21 @@ -400,6 +402,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.0]: https://github.com/cmake-wheel/cmeel/compare/v0.52.1...v0.53.0 [v0.52.1]: https://github.com/cmake-wheel/cmeel/compare/v0.52.0...v0.52.1 [v0.52.0]: https://github.com/cmake-wheel/cmeel/compare/v0.51.1...v0.52.0 [v0.51.1]: https://github.com/cmake-wheel/cmeel/compare/v0.51.0...v0.51.1 diff --git a/pyproject.toml b/pyproject.toml index 6a5cc11..46e74c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ include = ['cmeel.pth'] license = "BSD-2-Clause" name = "cmeel" readme = "README.md" -version = "0.52.1" +version = "0.53.0" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.27.7"}