From 17e236c709cb439e8fd479bb809c3346c943a870 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Wed, 5 Feb 2025 18:43:56 +0100 Subject: [PATCH] Release v0.57.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2739120..8d40890 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.57.0] - 2025-02-05 + - bump metadata version to 2.4 ## [v0.56.0] - 2025-01-03 @@ -440,6 +442,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.57.0]: https://github.com/cmake-wheel/cmeel/compare/v0.56.0...v0.57.0 [v0.56.0]: https://github.com/cmake-wheel/cmeel/compare/v0.55.0...v0.56.0 [v0.55.0]: https://github.com/cmake-wheel/cmeel/compare/v0.54.2...v0.55.0 [v0.54.2]: https://github.com/cmake-wheel/cmeel/compare/v0.54.1...v0.54.2 diff --git a/pyproject.toml b/pyproject.toml index f8831ac..5cfa4ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ license = "BSD-2-Clause" name = "cmeel" readme = "README.md" requires-python = ">=3.8" -version = "0.56.0" +version = "0.57.0" [project.optional-dependencies] build = [