Skip to content

Commit 87c31db

Browse files
authored
Merge pull request #21020 from ahmedhamidawan/version-26.0.dev
Version 26.0.dev
2 parents 6d82d99 + 527b1c3 commit 87c31db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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:=26.0
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 = "26.0"
22
VERSION_MINOR = "dev0"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 commit comments

Comments
 (0)