Skip to content

Commit dcd4cdc

Browse files
committed
Start work on 24.2.5.dev0
1 parent 7b1e446 commit dcd4cdc

File tree

46 files changed

+156
-24
lines changed

Some content is hidden

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

46 files changed

+156
-24
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": "24.2.4",
3+
"version": "24.2.5.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 = "24.2"
2-
VERSION_MINOR = "4"
2+
VERSION_MINOR = "5.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+
24.2.5.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
24.2.4 (2025-06-17)
814
-------------------

packages/app/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
2828
long_description_content_type = text/x-rst
2929
name = galaxy-app
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.4
31+
version = 24.2.5.dev0
3232

3333
[options]
3434
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+
24.2.5.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
24.2.4 (2025-06-17)
814
-------------------

packages/auth/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
2828
long_description_content_type = text/x-rst
2929
name = galaxy-auth
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.4
31+
version = 24.2.5.dev0
3232

3333
[options]
3434
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+
24.2.5.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
24.2.4 (2025-06-17)
814
-------------------

packages/config/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
2828
long_description_content_type = text/x-rst
2929
name = galaxy-config
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.4
31+
version = 24.2.5.dev0
3232

3333
[options]
3434
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+
24.2.5.dev0
8+
-----------
9+
10+
11+
612
-------------------
713
24.2.4 (2025-06-17)
814
-------------------

packages/data/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
2828
long_description_content_type = text/x-rst
2929
name = galaxy-data
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.4
31+
version = 24.2.5.dev0
3232

3333
[options]
3434
include_package_data = True

0 commit comments

Comments
 (0)