release: Bump version to 1.5.0

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-17 12:36:16 -07:00
parent 975046abc7
commit 84e693fe57
3 changed files with 86 additions and 41 deletions

View File

@@ -332,5 +332,5 @@ def create_app(config=None):
# Package version (Semantic Versioning 2.0.0)
# See docs/standards/versioning-strategy.md for details
__version__ = "1.4.2"
__version_info__ = (1, 4, 2)
__version__ = "1.5.0"
__version_info__ = (1, 5, 0)