Skip to content

Commit 490257d

Browse files
committed
Create version 24.2.0
This is the final version 24.2.0. It contains the content generated by the release script, minus the duplicate content (which resulted from the existing 24.2.0 changelogs that had been pushed upstream on 2/6/25).
1 parent 7f6a243 commit 490257d

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

+48
-169
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 = "1.dev0"
2+
VERSION_MINOR = "0"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

packages/app/HISTORY.rst

+2-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

@@ -61,6 +55,7 @@ Bug fixes
6155
* Fix remap for parameter called id by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19532 <https://github.com/galaxyproject/galaxy/pull/19532>`_
6256
* Fix admin cancel job message not being displayed to the user by `@davelopez <https://github.com/davelopez>`_ in `#19537 <https://github.com/galaxyproject/galaxy/pull/19537>`_
6357
* Use instance wide default ``real_system_username`` if not defined on destination by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#19544 <https://github.com/galaxyproject/galaxy/pull/19544>`_
58+
* Fix job paused on user defined object store by `@davelopez <https://github.com/davelopez>`_ in `#19578 <https://github.com/galaxyproject/galaxy/pull/19578>`_
6459

6560
============
6661
Enhancements

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

3333
[options]
3434
include_package_data = True

packages/auth/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610
No recorded changes since last release

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

3333
[options]
3434
include_package_data = True

packages/config/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/data/HISTORY.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

@@ -37,6 +31,8 @@ Bug fixes
3731
* Add tool_id index on job table by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19543 <https://github.com/galaxyproject/galaxy/pull/19543>`_
3832
* Update 24.2 db revision tags by `@jdavcs <https://github.com/jdavcs>`_ in `#19550 <https://github.com/galaxyproject/galaxy/pull/19550>`_
3933
* Provide guidance in case of deadlock during db migration by `@jdavcs <https://github.com/jdavcs>`_ in `#19551 <https://github.com/galaxyproject/galaxy/pull/19551>`_
34+
* Fix job paused on user defined object store by `@davelopez <https://github.com/davelopez>`_ in `#19578 <https://github.com/galaxyproject/galaxy/pull/19578>`_
35+
* Handle isatools dependency by `@jdavcs <https://github.com/jdavcs>`_ in `#19582 <https://github.com/galaxyproject/galaxy/pull/19582>`_
4036

4137
============
4238
Enhancements
@@ -87,6 +83,7 @@ Other changes
8783
* Merge 24.1 by `@jdavcs <https://github.com/jdavcs>`_ in `#18386 <https://github.com/galaxyproject/galaxy/pull/18386>`_
8884
* Format dev to fix linting. by `@jmchilton <https://github.com/jmchilton>`_ in `#18860 <https://github.com/galaxyproject/galaxy/pull/18860>`_
8985
* Add 24.2 migration tags by `@jdavcs <https://github.com/jdavcs>`_ in `#19169 <https://github.com/galaxyproject/galaxy/pull/19169>`_
86+
* Fix type annotations for pysam 0.23.0 by `@nsoranzo <https://github.com/nsoranzo>`_ in `#19571 <https://github.com/galaxyproject/galaxy/pull/19571>`_
9087

9188
-------------------
9289
24.1.4 (2024-12-11)

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

3333
[options]
3434
include_package_data = True

packages/files/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/job_execution/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/job_metrics/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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.1.dev0
32+
version = 24.2.0
3333

3434
[options]
3535
include_package_data = True

packages/navigation/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610
No recorded changes since last release

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

3333
[options]
3434
include_package_data = True

packages/objectstore/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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.1.dev0
32+
version = 24.2.0
3333

3434
[options]
3535
include_package_data = True

packages/schema/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/selenium/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/test_api/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/test_base/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/test_driver/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

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

3333
[options]
3434
include_package_data = True

packages/tool_shed/HISTORY.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
9-
10-
11-
126
-------------------
13-
24.2.0 (2025-02-06)
7+
24.2.0 (2025-02-11)
148
-------------------
159

1610

0 commit comments

Comments
 (0)