diff --git a/CHANGELOG.md b/CHANGELOG.md index a25035f..9d80cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.3.0-rc.1] - 2025-12-10 +## [1.3.0] - 2025-12-10 ### Added diff --git a/starpunk/__init__.py b/starpunk/__init__.py index 6d411d6..6920b19 100644 --- a/starpunk/__init__.py +++ b/starpunk/__init__.py @@ -325,5 +325,5 @@ def create_app(config=None): # Package version (Semantic Versioning 2.0.0) # See docs/standards/versioning-strategy.md for details -__version__ = "1.3.0rc1" -__version_info__ = (1, 3, 0, "rc", 1) +__version__ = "1.3.0" +__version_info__ = (1, 3, 0)