From c94cb377d366b809e8f7abbee015b7d77f7a1a51 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Wed, 17 Dec 2025 14:25:33 -0700 Subject: [PATCH] release: Bump version to 1.5.0-rc.1 for testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release candidate for v1.5.0 with IndieAuth hotfix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- starpunk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starpunk/__init__.py b/starpunk/__init__.py index e5c0ccf..0c8bce7 100644 --- a/starpunk/__init__.py +++ b/starpunk/__init__.py @@ -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.5.0-hotfix.1" +__version__ = "1.5.0-rc.1" __version_info__ = (1, 5, 0)