Skip to content

Commit 6cca989

Browse files
ArkynGlyphclaude
andcommitted
release: v2.3
Bump the version strings that feed the build system for the v2.3 release: * installer/install.py: VERSION 2.2 -> 2.3 * antenna/__init__.py: __version__ 0.1.0 -> 2.3 (aligning antenna with the overall Spellcaster suite version; it surfaces in the antenna status endpoint + startup log) manual_update.py was already at 2.3 from the previous sessions — no bump needed. install_remote.py stays at its independent 1.0 (headless remote installer on its own lifecycle; not in this release's scope). The Wizard Guild uses Git-SHA tracking (no semver); the compiled artifacts pick up this commit as HEAD automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e265006 commit 6cca989

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

antenna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
See README.md for architecture, security model, and endpoints.
44
"""
55

6-
__version__ = "0.1.0"
6+
__version__ = "2.3"
77
__all__ = ["__version__"]

installer/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
BUNDLE_DIR = SCRIPT_DIR
7373

7474
MANIFEST_PATH = SCRIPT_DIR / "manifest.json"
75-
VERSION = "2.2"
75+
VERSION = "2.3"
7676
DEFAULT_SERVER_URL = "http://127.0.0.1:8188"
7777
DEFAULT_LLM_URL = "http://127.0.0.1:5001"
7878
_BOX_LINE = "=" * 50

0 commit comments

Comments
 (0)