Loading lib/galaxy/version.py +1 −1 Original line number Diff line number Diff line VERSION_MAJOR = "24.2" VERSION_MINOR = "2" VERSION_MINOR = "3.dev0" VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "") packages/app/HISTORY.rst +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,12 @@ History .. to_doc ----------- 24.2.3.dev0 ----------- ------------------- 24.2.2 (2025-03-08) ------------------- Loading packages/app/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -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.2 version = 24.2.3.dev0 [options] include_package_data = True Loading packages/auth/HISTORY.rst +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,12 @@ History .. to_doc ----------- 24.2.3.dev0 ----------- ------------------- 24.2.2 (2025-03-08) ------------------- Loading packages/auth/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -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.2 version = 24.2.3.dev0 [options] include_package_data = True Loading Loading
lib/galaxy/version.py +1 −1 Original line number Diff line number Diff line VERSION_MAJOR = "24.2" VERSION_MINOR = "2" VERSION_MINOR = "3.dev0" VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
packages/app/HISTORY.rst +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,12 @@ History .. to_doc ----------- 24.2.3.dev0 ----------- ------------------- 24.2.2 (2025-03-08) ------------------- Loading
packages/app/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -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.2 version = 24.2.3.dev0 [options] include_package_data = True Loading
packages/auth/HISTORY.rst +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,12 @@ History .. to_doc ----------- 24.2.3.dev0 ----------- ------------------- 24.2.2 (2025-03-08) ------------------- Loading
packages/auth/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -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.2 version = 24.2.3.dev0 [options] include_package_data = True Loading