Skip to content

Commit bbd8ee7

Browse files
committed
chore(release): prepare v0.4.0b2
1 parent 7151831 commit bbd8ee7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ 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.0b2] - 2026-05-21
910

1011
### Added
1112

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ showcontent = true
192192
project_name = "DBSAnnotator"
193193
bundle = "ch.wysscenter.dbsannotator"
194194
# Briefcase requires a static version here even when [project] uses dynamic version
195-
version = "0.4.0b1"
195+
version = "0.4.0b2"
196196
license = { file = "LICENSE" }
197197
# Windows per-user install dir is %LOCALAPPDATA%\<author>\<formal_name>; must match
198198
# 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.0b1"
8+
__version__ = "0.4.0b2"
99
__app_name__ = "DBS Annotator"
1010

1111
from .config import APP_LEAD_AUTHOR

0 commit comments

Comments
 (0)