release: Bump version to 1.3.0-rc.1

Release candidate for v1.3.0 with tags/categories and enhanced Microformats2 support.

Features:
- Tag/category system with Micropub support
- Strict Microformats2 compliance (p-category, h-feed)
- Tag archive pages
- Enhanced h-entry markup

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-10 11:58:10 -07:00
parent 3d80e1af51
commit 5ca8b7e9b4
2 changed files with 54 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.2.0"
__version_info__ = (1, 2, 0)
__version__ = "1.3.0rc1"
__version_info__ = (1, 3, 0, "rc", 1)