Skip to content

Commit 4fca2d9

Browse files
chore: bump version.py to 2.3.0.dev and refresh RELEASE_MEMO
- src/datajoint/version.py: 2.2.4 → 2.3.0.dev. The GitHub Actions release flow auto-overwrites this at tag time; the dev marker reflects the current development target between releases. - RELEASE_MEMO.md: refresh the branch table from "2.1.x" (stale; predated the 2.1 and 2.2 release lines) to "2.3.x". Part of T18 (cross-cutting release plumbing).
1 parent fd0f23a commit 4fca2d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE_MEMO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Branch | Purpose | Version |
66
|--------|---------|---------|
7-
| `master` | Main development | 2.1.x |
7+
| `master` | Main development | 2.3.x |
88
| `maint/2.0` | Maintenance releases | 2.0.x |
99

1010
For 2.0.x bugfixes:

src/datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# version bump auto managed by Github Actions:
22
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
33
# manually set this version will be eventually overwritten by the above actions
4-
__version__ = "2.2.4"
4+
__version__ = "2.3.0.dev"

0 commit comments

Comments
 (0)