diff --git a/src/api/CHANGELOG.md b/src/api/CHANGELOG.md index 03c83281..361df394 100644 --- a/src/api/CHANGELOG.md +++ b/src/api/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.17.0] - 2025-01-29 + ### Added - Activate and configure Sentry profiling by setting the @@ -300,7 +302,8 @@ and this project adheres to - Implement base FastAPI app -[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.16.0...main +[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.17.0...main +[0.17.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.13.0...v0.14.0 diff --git a/src/api/pyproject.toml b/src/api/pyproject.toml index 7c60d7aa..625f497d 100644 --- a/src/api/pyproject.toml +++ b/src/api/pyproject.toml @@ -3,7 +3,7 @@ # [project] name = "qualicharge" -version = "0.16.0" +version = "0.17.0" # Third party packages configuration [tool.coverage.run] diff --git a/src/api/qualicharge/__init__.py b/src/api/qualicharge/__init__.py index 2a121d81..866d2cd9 100644 --- a/src/api/qualicharge/__init__.py +++ b/src/api/qualicharge/__init__.py @@ -1,3 +1,3 @@ """QualiCharge package root.""" -__version__ = "0.16.0" +__version__ = "0.17.0"