release: Bump version to 1.3.1rc1

Prepare release candidate for v1.3.1 "Syndicate Tags"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-10 13:27:55 -07:00
parent cba24ab06f
commit 61cba2fa6d
2 changed files with 19 additions and 2 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.3.0"
__version_info__ = (1, 3, 0)
__version__ = "1.3.1rc1"
__version_info__ = (1, 3, 1, "rc1")