Skip to content

Commit 8ff7c9b

Browse files
Create version 24.2.1
1 parent 31f4391 commit 8ff7c9b

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

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

packages/app/HISTORY.rst

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

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
9+
910

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

15+
* Remove unused and broken methods by `@nsoranzo <https://github.com/nsoranzo>`_ in `#19614 <https://github.com/galaxyproject/galaxy/pull/19614>`_
16+
* Raise ``RequestParameterInvalidException`` on invalid ``input_format`` parameter by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19631 <https://github.com/galaxyproject/galaxy/pull/19631>`_
17+
* Raise serializable exception on invalid workflow connection by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19636 <https://github.com/galaxyproject/galaxy/pull/19636>`_
18+
* Raise ``MessageException`` when using data provider on incompatible data by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19639 <https://github.com/galaxyproject/galaxy/pull/19639>`_
19+
* Apply exec options to connection by `@jdavcs <https://github.com/jdavcs>`_ in `#19651 <https://github.com/galaxyproject/galaxy/pull/19651>`_
20+
* Initialize dictionary used to set connection execution options by `@jdavcs <https://github.com/jdavcs>`_ in `#19653 <https://github.com/galaxyproject/galaxy/pull/19653>`_
21+
* Fix various bugs around tool data table bundles by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19659 <https://github.com/galaxyproject/galaxy/pull/19659>`_
1122

1223
-------------------
1324
24.2.0 (2025-02-11)

packages/app/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -88,4 +88,4 @@ console_scripts =
8888
[options.packages.find]
8989
exclude =
9090
galaxy.tools.bundled*
91-
tests*
91+
tests*

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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/auth/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -40,4 +40,4 @@ python_requires = >=3.8
4040

4141
[options.packages.find]
4242
exclude =
43-
tests*
43+
tests*

packages/config/HISTORY.rst

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

44
.. to_doc
55
6-
-----------
7-
24.2.1.dev0
8-
-----------
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Updated registration warning message by `@dannon <https://github.com/dannon>`_ in `#19598 <https://github.com/galaxyproject/galaxy/pull/19598>`_
16+
17+
============
18+
Enhancements
19+
============
1020

21+
* Add fastk_ktab_tar datatype required for fastk tool by `@SaimMomin12 <https://github.com/SaimMomin12>`_ in `#19615 <https://github.com/galaxyproject/galaxy/pull/19615>`_
1122

1223
-------------------
1324
24.2.0 (2025-02-11)

packages/config/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -47,4 +47,4 @@ console_scripts =
4747

4848
[options.packages.find]
4949
exclude =
50-
tests*
50+
tests*

packages/data/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.1.dev0
8-
-----------
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
9+
910

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

15+
* Set content-type to text/plain if dataset not safe by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19563 <https://github.com/galaxyproject/galaxy/pull/19563>`_
16+
* Fail request explicitly when sqlite provider used on non-sqlite file by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19630 <https://github.com/galaxyproject/galaxy/pull/19630>`_
17+
* Fix various bugs around tool data table bundles by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19659 <https://github.com/galaxyproject/galaxy/pull/19659>`_
1118

1219
-------------------
1320
24.2.0 (2025-02-11)

packages/data/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -74,4 +74,4 @@ console_scripts =
7474

7575
[options.packages.find]
7676
exclude =
77-
tests*
77+
tests*

packages/files/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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/files/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -41,4 +41,4 @@ python_requires = >=3.8
4141

4242
[options.packages.find]
4343
exclude =
44-
tests*
44+
tests*

packages/job_execution/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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/job_execution/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -50,4 +50,4 @@ console_scripts =
5050

5151
[options.packages.find]
5252
exclude =
53-
tests*
53+
tests*

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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/job_metrics/setup.cfg

+2-2
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.1
3333

3434
[options]
3535
include_package_data = True
@@ -40,4 +40,4 @@ python_requires = >=3.7
4040

4141
[options.packages.find]
4242
exclude =
43-
tests*
43+
tests*

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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/navigation/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -40,4 +40,4 @@ python_requires = >=3.8
4040

4141
[options.packages.find]
4242
exclude =
43-
tests*
43+
tests*

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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/objectstore/setup.cfg

+2-2
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.1
3333

3434
[options]
3535
include_package_data = True
@@ -42,4 +42,4 @@ python_requires = >=3.7
4242

4343
[options.packages.find]
4444
exclude =
45-
tests*
45+
tests*

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.1.dev0
8-
-----------
9-
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.2.0 (2025-02-11)

packages/schema/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -40,4 +40,4 @@ python_requires = >=3.8
4040

4141
[options.packages.find]
4242
exclude =
43-
tests*
43+
tests*

packages/selenium/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.1.dev0
8-
-----------
6+
-------------------
7+
24.2.1 (2025-02-28)
8+
-------------------
9+
910

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

15+
* Set content-type to text/plain if dataset not safe by `@mvdbeek <https://github.com/mvdbeek>`_ in `#19563 <https://github.com/galaxyproject/galaxy/pull/19563>`_
1116

1217
-------------------
1318
24.2.0 (2025-02-11)

packages/selenium/setup.cfg

+2-2
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.1
3232

3333
[options]
3434
include_package_data = True
@@ -48,4 +48,4 @@ console_scripts =
4848

4949
[options.packages.find]
5050
exclude =
51-
tests*
51+
tests*

0 commit comments

Comments
 (0)