Unverified Commit f82f1fc5 authored by mvdbeek's avatar mvdbeek
Browse files

Create version 24.2.3

parent 808d5f94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "24.2"
VERSION_MINOR = "3.dev0"
VERSION_MINOR = "3"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
+10 −3
Original line number Diff line number Diff line
@@ -3,11 +3,18 @@ History

.. to_doc

-----------
24.2.3.dev0
-----------
-------------------
24.2.3 (2025-03-16)
-------------------


=========
Bug fixes
=========

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

-------------------
24.2.2 (2025-03-08)
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-app
url = https://github.com/galaxyproject/galaxy
version = 24.2.3.dev0
version = 24.2.3

[options]
include_package_data = True
+4 −4
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ History

.. to_doc

-----------
24.2.3.dev0
-----------

-------------------
24.2.3 (2025-03-16)
-------------------

No recorded changes since last release

-------------------
24.2.2 (2025-03-08)
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-auth
url = https://github.com/galaxyproject/galaxy
version = 24.2.3.dev0
version = 24.2.3

[options]
include_package_data = True
Loading