From 3b9c55ef2429fe5db8f90f9f08ca95ba1c490c6e Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Wed, 16 Aug 2023 10:53:02 +0200 Subject: [PATCH] Release v0.50.1 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c74ede..02fb583 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.50.1] - 2023-08-16 + - fix `has_binaries` & `has_sitelib` doc and defaults ## [v0.50.0] - 2023-08-16 @@ -379,6 +381,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.50.1]: https://github.com/cmake-wheel/cmeel/compare/v0.50.0...v0.50.1 [v0.50.0]: https://github.com/cmake-wheel/cmeel/compare/v0.49.0...v0.50.0 [v0.49.0]: https://github.com/cmake-wheel/cmeel/compare/v0.48.1...v0.49.0 [v0.48.1]: https://github.com/cmake-wheel/cmeel/compare/v0.48.0...v0.48.1 diff --git a/pyproject.toml b/pyproject.toml index cba64f4..4ad83f8 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.50.0" +version = "0.50.1" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.27.2"}