Skip to content

Commit 3118cd2

Browse files
committed
Start work on 25.0.4.dev0
1 parent 1492e51 commit 3118cd2

File tree

52 files changed

+177
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+177
-27
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galaxyproject/galaxy-client",
3-
"version": "25.0.3",
3+
"version": "25.0.4.dev0",
44
"description": "Galaxy client application build system",
55
"keywords": [
66
"galaxy"

lib/galaxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = "25.0"
2-
VERSION_MINOR = "3"
2+
VERSION_MINOR = "4.dev0"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

packages/app/HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ History
33

44
.. to_doc
55
6+
-----------
7+
25.0.4.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
25.0.3 (2025-09-23)
814
-------------------

packages/app/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-app
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3
30+
version = 25.0.4.dev0
3131

3232
[options]
3333
include_package_data = True

packages/auth/HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ History
33

44
.. to_doc
55
6+
-----------
7+
25.0.4.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
25.0.3 (2025-09-23)
814
-------------------

packages/auth/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-auth
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3
30+
version = 25.0.4.dev0
3131

3232
[options]
3333
include_package_data = True

packages/config/HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ History
33

44
.. to_doc
55
6+
-----------
7+
25.0.4.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
25.0.3 (2025-09-23)
814
-------------------

packages/config/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-config
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3
30+
version = 25.0.4.dev0
3131

3232
[options]
3333
include_package_data = True

packages/data/HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ History
33

44
.. to_doc
55
6+
-----------
7+
25.0.4.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
25.0.3 (2025-09-23)
814
-------------------

packages/data/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-data
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3
30+
version = 25.0.4.dev0
3131

3232
[options]
3333
include_package_data = True

0 commit comments

Comments
 (0)