Skip to content

Commit f82f1fc

Browse files
committed
Create version 24.2.3
1 parent 808d5f9 commit f82f1fc

Some content is hidden

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

43 files changed

+144
-99
lines changed

lib/galaxy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = "24.2"
2-
VERSION_MINOR = "3.dev0"
2+
VERSION_MINOR = "3"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

packages/app/HISTORY.rst

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
1014

15+
* Fix private role name performance issue by `@jdavcs <https://github.com/jdavcs>`_ in `#19679 <https://github.com/galaxyproject/galaxy/pull/19679>`_
16+
* Fix tool directory pulsar transfer by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19799 <https://github.com/galaxyproject/galaxy/pull/19799>`_
17+
* Use materialized datasets in pulsar job runner by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19807 <https://github.com/galaxyproject/galaxy/pull/19807>`_
1118

1219
-------------------
1320
24.2.2 (2025-03-08)

packages/app/setup.cfg

+1-1
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.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/auth/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/auth/setup.cfg

+1-1
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.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/config/HISTORY.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
9+
910

11+
============
12+
Enhancements
13+
============
1014

15+
* Add rDock prm datatype by `@nsoranzo <https://github.com/nsoranzo>`_ in `#19783 <https://github.com/galaxyproject/galaxy/pull/19783>`_
1116

1217
-------------------
1318
24.2.2 (2025-03-08)

packages/config/setup.cfg

+1-1
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.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/data/HISTORY.rst

+16-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Fix private role name performance issue by `@jdavcs <https://github.com/jdavcs>`_ in `#19679 <https://github.com/galaxyproject/galaxy/pull/19679>`_
16+
* Fix anndata metadata setting for data with integer indexes by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19774 <https://github.com/galaxyproject/galaxy/pull/19774>`_
17+
* Fix parameter model constructions with leading underscores, fixes converter linting by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19790 <https://github.com/galaxyproject/galaxy/pull/19790>`_
18+
19+
============
20+
Enhancements
21+
============
1022

23+
* Add rDock prm datatype by `@nsoranzo <https://github.com/nsoranzo>`_ in `#19783 <https://github.com/galaxyproject/galaxy/pull/19783>`_
1124

1225
-------------------
1326
24.2.2 (2025-03-08)

packages/data/setup.cfg

+1-1
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.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/files/HISTORY.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
1014

15+
* Fix private role name performance issue by `@jdavcs <https://github.com/jdavcs>`_ in `#19679 <https://github.com/galaxyproject/galaxy/pull/19679>`_
1116

1217
-------------------
1318
24.2.2 (2025-03-08)

packages/files/setup.cfg

+1-1
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-files
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/job_execution/HISTORY.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
1014

15+
* Use materialized datasets in pulsar job runner by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19807 <https://github.com/galaxyproject/galaxy/pull/19807>`_
1116

1217
-------------------
1318
24.2.2 (2025-03-08)

packages/job_execution/setup.cfg

+1-1
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-job-execution
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/job_metrics/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/job_metrics/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ long_description = file: README.rst, HISTORY.rst
2929
long_description_content_type = text/x-rst
3030
name = galaxy-job-metrics
3131
url = https://github.com/galaxyproject/galaxy
32-
version = 24.2.3.dev0
32+
version = 24.2.3
3333

3434
[options]
3535
include_package_data = True

packages/navigation/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/navigation/setup.cfg

+1-1
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-navigation
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/objectstore/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/objectstore/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ long_description = file: README.rst, HISTORY.rst
2929
long_description_content_type = text/x-rst
3030
name = galaxy-objectstore
3131
url = https://github.com/galaxyproject/galaxy
32-
version = 24.2.3.dev0
32+
version = 24.2.3
3333

3434
[options]
3535
include_package_data = True

packages/schema/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/schema/setup.cfg

+1-1
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-schema
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/selenium/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/selenium/setup.cfg

+1-1
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-selenium
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/test_api/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/test_api/setup.cfg

+1-1
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-test-api
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/test_base/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/test_base/setup.cfg

+1-1
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-test-base
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

packages/test_driver/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.3.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.3 (2025-03-16)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.2 (2025-03-08)

packages/test_driver/setup.cfg

+1-1
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-test-driver
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.2.3.dev0
31+
version = 24.2.3
3232

3333
[options]
3434
include_package_data = True

0 commit comments

Comments
 (0)