From e29bfd147c8fb4099f5f0aa1549126bd9de36b76 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 9 Sep 2024 14:25:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(api:patch)=20bump=20release=20to?= =?UTF-8?q?=200.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed: - Commit `/statique/bulk` database transaction --- src/api/CHANGELOG.md | 5 ++++- src/api/pyproject.toml | 2 +- src/api/qualicharge/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/api/CHANGELOG.md b/src/api/CHANGELOG.md index 61def051..dfcdea44 100644 --- a/src/api/CHANGELOG.md +++ b/src/api/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.12.1] - 2024-09-09 + ### Fixed - Commit `/statique/bulk` database transaction @@ -181,7 +183,8 @@ and this project adheres to - Implement base FastAPI app -[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.12.0...main +[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.12.1...main +[0.12.1]: https://github.com/MTES-MCT/qualicharge/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.9.0...v0.10.0 diff --git a/src/api/pyproject.toml b/src/api/pyproject.toml index 7d6b27d5..670e146c 100644 --- a/src/api/pyproject.toml +++ b/src/api/pyproject.toml @@ -3,7 +3,7 @@ # [project] name = "qualicharge" -version = "0.12.0" +version = "0.12.1" # Third party packages configuration [tool.coverage.run] diff --git a/src/api/qualicharge/__init__.py b/src/api/qualicharge/__init__.py index 23e91725..4ce4304d 100644 --- a/src/api/qualicharge/__init__.py +++ b/src/api/qualicharge/__init__.py @@ -1,3 +1,3 @@ """QualiCharge package root.""" -__version__ = "0.12.0" +__version__ = "0.12.1"