From 5ea9c8f330e765fb8864c5e26c0d8e2c3a420106 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Wed, 10 Dec 2025 14:36:59 -0700 Subject: [PATCH] release: Bump version to 1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Promote v1.3.1-rc.1 to stable release "Syndicate Tags" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- starpunk/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starpunk/__init__.py b/starpunk/__init__.py index 5bd912f..cd238da 100644 --- a/starpunk/__init__.py +++ b/starpunk/__init__.py @@ -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.1rc1" -__version_info__ = (1, 3, 1, "rc1") +__version__ = "1.3.1" +__version_info__ = (1, 3, 1)