Skip to content

Commit c6c2b40

Browse files
chore(release): prepare v0.4.0a2
1 parent 4ee0115 commit c6c2b40

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.4.0a2] - 2026-04-22
910

11+
### Added
12+
13+
- Add ``scripts/install.sh`` (curl/wget) to install from GitHub Releases on Linux x86_64 and macOS (raw ``.tar.gz`` when present, else ``.deb`` / ``.dmg``), with README and installation docs. ([#71](https://github.com/Brain-Modulation-Lab/DBSAnnotator/pull/71))
1014
## [0.4.0a1] - 2026-04-22
1115

1216
### Added

newsfragments/71.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ showcontent = true
190190
project_name = "DBSAnnotator"
191191
bundle = "ch.wysscenter.dbsannotator"
192192
# Briefcase requires a static version here even when [project] uses dynamic version
193-
version = "0.4.0a1"
193+
version = "0.4.0a2"
194194
license = { file = "LICENSE" }
195195
# Windows per-user install dir is %LOCALAPPDATA%\<author>\<formal_name>; must match
196196
# FS_ORG_NAME in dbs_annotator.config (Qt user data / lab convention).

src/dbs_annotator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
clinical data during Deep Brain Stimulation programming sessions.
66
"""
77

8-
__version__ = "0.4.0a1"
8+
__version__ = "0.4.0a2"
99
__app_name__ = "DBS Annotator"
1010

1111
from .config import APP_LEAD_AUTHOR

0 commit comments

Comments
 (0)