release: Bump version to 1.2.0
Some checks failed
Build Container / build (push) Failing after 1m52s
Some checks failed
Build Container / build (push) Failing after 1m52s
Promote v1.2.0-rc.2 to stable v1.2.0 release - Merged rc.1 and rc.2 changelog entries - Updated version in starpunk/__init__.py - All features tested in production 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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.2.0-rc.2"
|
||||
__version_info__ = (1, 2, 0, "dev")
|
||||
__version__ = "1.2.0"
|
||||
__version_info__ = (1, 2, 0)
|
||||
|
||||
Reference in New Issue
Block a user