Skip to content

Commit abce4cc

Browse files
committed
release(v1.8.14): bump version 1.8.13 -> 1.8.14
STP1: version bump. Files changed: installer/VERSION patch = 13 -> 14 whisperjav/__version__.py auto-synced by build_release.py The build_release.py orchestrator was run (Phase 1: sync version, Phase 2: generate templates, Phase 3: build wheel, Phase 4: copy static files, Phase 5: validate). All 6 validation phases passed. Generated artifacts (gitignored - regenerated per-build): installer/generated/whisperjav-1.8.14-py3-none-any.whl installer/generated/build_installer_v1.8.14.bat installer/generated/construct_v1.8.14.yaml installer/generated/post_install_v1.8.14.py installer/generated/post_install_v1.8.14.bat installer/generated/requirements_v1.8.14.txt installer/generated/WhisperJAV_Launcher_v1.8.14.py installer/generated/README_INSTALLER_v1.8.14.txt installer/generated/uninstall_v1.8.14.bat installer/generated/create_desktop_shortcut_v1.8.14.bat installer/generated/custom_template_v1.8.14.nsi.tmpl installer/generated/validate_installer_v1.8.14.py Tracked static assets in installer/generated/ (unchanged): installer/generated/LICENSE.txt installer/generated/whisperjav_icon.ico Changelog reference: docs/release_notes_v1.8.14.md (committed earlier in 8f621e7) Next step: build_installer_v1.8.14.bat must be run on Windows (cmd or PowerShell) to produce the .exe installer. That's a manual local step on the maintainer's Windows machine.
1 parent 8f621e7 commit abce4cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

installer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[version]
77
major = 1
88
minor = 8
9-
patch = 13
9+
patch = 14
1010
# PEP 440 prerelease suffix for wheel/pip (a0, b0, rc0, .post1, or empty for stable)
1111
prerelease =
1212
# Human-readable label for display (alpha, beta, rc, hotfix1, or empty for clean version)

whisperjav/__version__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"""Version information for WhisperJAV."""
33

44
# PEP 440 compliant version for pip/wheel
5-
__version__ = "1.8.13"
5+
__version__ = "1.8.14"
66

77
# Human-readable version for display in UI
8-
__version_display__ = "1.8.13"
8+
__version_display__ = "1.8.14"
99

1010
# Version metadata
1111
__version_info__ = {
1212
"major": 1,
1313
"minor": 8,
14-
"patch": 13,
14+
"patch": 14,
1515
"release": "",
1616
"architecture": "v4.4"
1717
}

0 commit comments

Comments
 (0)