From 4fca2d9fc4d5ad4a55ed84e3970fdf1b96d05000 Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Mon, 22 Jun 2026 21:34:00 -0500 Subject: [PATCH] chore: bump version.py to 2.3.0.dev and refresh RELEASE_MEMO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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). --- RELEASE_MEMO.md | 2 +- src/datajoint/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_MEMO.md b/RELEASE_MEMO.md index 73700b602..14eb4bc6d 100644 --- a/RELEASE_MEMO.md +++ b/RELEASE_MEMO.md @@ -4,7 +4,7 @@ | Branch | Purpose | Version | |--------|---------|---------| -| `master` | Main development | 2.1.x | +| `master` | Main development | 2.3.x | | `maint/2.0` | Maintenance releases | 2.0.x | For 2.0.x bugfixes: diff --git a/src/datajoint/version.py b/src/datajoint/version.py index c90b5e57f..9d703547e 100644 --- a/src/datajoint/version.py +++ b/src/datajoint/version.py @@ -1,4 +1,4 @@ # version bump auto managed by Github Actions: # label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit) # manually set this version will be eventually overwritten by the above actions -__version__ = "2.2.4" +__version__ = "2.3.0.dev"