From 211c632fdd8d1c32543d965394a94fde1267e981 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 2 May 2022 20:18:41 +0200 Subject: [PATCH] Release v0.5.2 --- CHANGELOG.md | 3 +++ cmeel/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2b484..3356c5a 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.5.2] - 2022-05-02 + - fix pth when the current prefix is not the last ## [v0.5.1] - 2022-05-02 @@ -47,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial minial working example [Unreleased]: https://github.com/nim65s/cmeel/compare/v0.4.2...main +[v0.5.2]: https://github.com/nim65s/cmeel/compare/v0.5.1...v0.5.2 [v0.5.1]: https://github.com/nim65s/cmeel/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/nim65s/cmeel/compare/v0.4.3...v0.5.0 [v0.4.2]: https://github.com/nim65s/cmeel/compare/v0.4.1...v0.4.2 diff --git a/cmeel/__init__.py b/cmeel/__init__.py index dd9b22c..7225152 100644 --- a/cmeel/__init__.py +++ b/cmeel/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index f027e40..68021e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmeel" -version = "0.5.1" +version = "0.5.2" description = "Create Wheel from CMake projects" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"