Skip to content

Commit 92bb702

Browse files
Update version to 25.2.dev0
1 parent 6d82d99 commit 92bb702

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VENV?=.venv
33
# Source virtualenv to execute command (darker, sphinx, twine, etc...)
44
IN_VENV=if [ -f "$(VENV)/bin/activate" ]; then . "$(VENV)/bin/activate"; fi;
5-
RELEASE_CURR:=25.1
5+
RELEASE_CURR:=25.2
66
RELEASE_UPSTREAM:=upstream
77
CONFIG_MANAGE=$(IN_VENV) python lib/galaxy/config/config_manage.py
88
PROJECT_URL?=https://github.com/galaxyproject/galaxy

lib/galaxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION_MAJOR = "25.1"
1+
VERSION_MAJOR = "25.2"
22
VERSION_MINOR = "dev0"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6d82d99bb520289dab34db1f3bd575664374273a

0 commit comments

Comments
 (0)