release: Bump version to 1.2.0
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:
2025-12-10 08:39:54 -07:00
parent 27501f6381
commit 927db4aea0
2 changed files with 9 additions and 12 deletions

View File

@@ -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)