From dd63df785874ba63277afdbb2d0f4c90b6238897 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Fri, 28 Nov 2025 02:03:46 -0700 Subject: [PATCH] chore: Bump version to 1.1.2-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 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 eee975b..ef8e3bf 100644 --- a/starpunk/__init__.py +++ b/starpunk/__init__.py @@ -298,5 +298,5 @@ def create_app(config=None): # Package version (Semantic Versioning 2.0.0) # See docs/standards/versioning-strategy.md for details -__version__ = "1.1.2-dev" +__version__ = "1.1.2-rc.1" __version_info__ = (1, 1, 2)