Skip to content

Commit 1492e51

Browse files
committed
Create version 25.0.3
1 parent 3da17fc commit 1492e51

Some content is hidden

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

53 files changed

+225
-121
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": "25.0.3.dev0",
3+
"version": "25.0.3",
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 = "25.0"
2-
VERSION_MINOR = "3.dev0"
2+
VERSION_MINOR = "3"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

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",
3-
"version": "25.0.2",
3+
"version": "25.0.3",
44
"description": ".. figure:: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo.jpg :alt: Galaxy Logo",
55
"main": "index.js",
66
"scripts": {

packages/app/HISTORY.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@ History
33

44
.. to_doc
55
6-
-----------
7-
25.0.3.dev0
8-
-----------
6+
-------------------
7+
25.0.3 (2025-09-23)
8+
-------------------
9+
910

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

15+
* Ensure that workflow invocations are persisted with state by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20784 <https://github.com/galaxyproject/galaxy/pull/20784>`_
16+
* Fix password reset functionality for lowercase emails by `@jdavcs <https://github.com/jdavcs>`_ in `#20801 <https://github.com/galaxyproject/galaxy/pull/20801>`_
17+
* Fix token refresh bug (cilogon) by `@jdavcs <https://github.com/jdavcs>`_ in `#20821 <https://github.com/galaxyproject/galaxy/pull/20821>`_
18+
* Drop eager argument from invocation related methods by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20863 <https://github.com/galaxyproject/galaxy/pull/20863>`_
19+
* Fix role.description bug by `@jdavcs <https://github.com/jdavcs>`_ in `#20883 <https://github.com/galaxyproject/galaxy/pull/20883>`_
20+
* Make check for existing user in custos_authnz.py case insensitive by `@cat-bro <https://github.com/cat-bro>`_ in `#20893 <https://github.com/galaxyproject/galaxy/pull/20893>`_
21+
* Avoid potential race condition in replacement_for_connection by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20909 <https://github.com/galaxyproject/galaxy/pull/20909>`_
1122

1223
-------------------
1324
25.0.2 (2025-08-13)

packages/app/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-app
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3.dev0
30+
version = 25.0.3
3131

3232
[options]
3333
include_package_data = True

packages/auth/HISTORY.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
25.0.3.dev0
8-
-----------
9-
6+
-------------------
7+
25.0.3 (2025-09-23)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
25.0.2 (2025-08-13)

packages/auth/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-auth
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3.dev0
30+
version = 25.0.3
3131

3232
[options]
3333
include_package_data = True

packages/config/HISTORY.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@ History
33

44
.. to_doc
55
6-
-----------
7-
25.0.3.dev0
8-
-----------
6+
-------------------
7+
25.0.3 (2025-09-23)
8+
-------------------
9+
910

11+
============
12+
Enhancements
13+
============
14+
15+
* Fix DOCX detection and add PPTX support by `@arash77 <https://github.com/arash77>`_ in `#20827 <https://github.com/galaxyproject/galaxy/pull/20827>`_
16+
* Add HiC datatype by `@abretaud <https://github.com/abretaud>`_ in `#20874 <https://github.com/galaxyproject/galaxy/pull/20874>`_
17+
18+
=============
19+
Other changes
20+
=============
1021

22+
* Undo accidental push by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#20854 <https://github.com/galaxyproject/galaxy/pull/20854>`_
23+
* Merge 25.0 into dev by `@ahmedhamidawan <https://github.com/ahmedhamidawan>`_ in `#20911 <https://github.com/galaxyproject/galaxy/pull/20911>`_
1124

1225
-------------------
1326
25.0.2 (2025-08-13)

packages/config/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-config
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 25.0.3.dev0
30+
version = 25.0.3
3131

3232
[options]
3333
include_package_data = True

packages/data/HISTORY.rst

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,37 @@ History
33

44
.. to_doc
55
6-
-----------
7-
25.0.3.dev0
8-
-----------
6+
-------------------
7+
25.0.3 (2025-09-23)
8+
-------------------
9+
10+
11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Ensure that workflow invocations are persisted with state by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20784 <https://github.com/galaxyproject/galaxy/pull/20784>`_
16+
* Fix password reset functionality for lowercase emails by `@jdavcs <https://github.com/jdavcs>`_ in `#20801 <https://github.com/galaxyproject/galaxy/pull/20801>`_
17+
* Drop eager argument from invocation related methods by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20863 <https://github.com/galaxyproject/galaxy/pull/20863>`_
18+
* Use ``populated_optimized`` when serializing collection by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20872 <https://github.com/galaxyproject/galaxy/pull/20872>`_
19+
* Speed up ``ImplicitCollectionJobs.job_list`` by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20887 <https://github.com/galaxyproject/galaxy/pull/20887>`_
20+
* Add LDDA purged property by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20895 <https://github.com/galaxyproject/galaxy/pull/20895>`_
21+
* Avoid potential race condition in replacement_for_connection by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20909 <https://github.com/galaxyproject/galaxy/pull/20909>`_
22+
* Fix sessionless tag creation by `@mvdbeek <https://github.com/mvdbeek>`_ in `#20925 <https://github.com/galaxyproject/galaxy/pull/20925>`_
923

24+
============
25+
Enhancements
26+
============
27+
28+
* Fix DOCX detection and add PPTX support by `@arash77 <https://github.com/arash77>`_ in `#20827 <https://github.com/galaxyproject/galaxy/pull/20827>`_
29+
* Add HiC datatype by `@abretaud <https://github.com/abretaud>`_ in `#20874 <https://github.com/galaxyproject/galaxy/pull/20874>`_
30+
31+
=============
32+
Other changes
33+
=============
1034

35+
* Undo accidental push by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#20854 <https://github.com/galaxyproject/galaxy/pull/20854>`_
36+
* Merge 25.0 into dev by `@ahmedhamidawan <https://github.com/ahmedhamidawan>`_ in `#20911 <https://github.com/galaxyproject/galaxy/pull/20911>`_
1137

1238
-------------------
1339
25.0.2 (2025-08-13)

0 commit comments

Comments
 (0)