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

Create version 23.0.5

parent d9b3edec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "23.0"
VERSION_MINOR = "5.dev0"
VERSION_MINOR = "5"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
+15 −3
Original line number Diff line number Diff line
@@ -3,11 +3,18 @@ History

.. to_doc

-----------
23.0.5.dev0
-----------
-------------------
23.0.5 (2023-07-29)
-------------------


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

* Skip installing npm/yarn if available, fix conditional dependency parsing, create virtualenv via conda when conda active by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#16403 <https://github.com/galaxyproject/galaxy/pull/16403>`_
* Fix test discovery in vscode by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16413 <https://github.com/galaxyproject/galaxy/pull/16413>`_
* Fixes for (gitlab) error reporting by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#16424 <https://github.com/galaxyproject/galaxy/pull/16424>`_

-------------------
23.0.4 (2023-06-30)
@@ -30,6 +37,7 @@ Bug fixes
Bug fixes
=========

* 
* Bump galaxy-release-util version to 0.1.2 by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16241 <https://github.com/galaxyproject/galaxy/pull/16241>`_

============
@@ -53,6 +61,7 @@ Other changes
Bug fixes
=========

* 
* 
* Fix ``Text File Busy`` errors at the source by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16212 <https://github.com/galaxyproject/galaxy/pull/16212>`_

@@ -60,6 +69,7 @@ Bug fixes
Enhancements
============

* 
* 
* Point release deps fixes and docs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16214 <https://github.com/galaxyproject/galaxy/pull/16214>`_
* Use galaxy-release-util to upload python packages by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16240 <https://github.com/galaxyproject/galaxy/pull/16240>`_
@@ -73,6 +83,7 @@ Enhancements
Bug fixes
=========

* 
* 
* 
* Display DCE in job parameter component, allow rerunning with DCE input by `@mvdbeek <https://github.com/mvdbeek>`_ in `#15744 <https://github.com/galaxyproject/galaxy/pull/15744>`_
@@ -98,6 +109,7 @@ Bug fixes
Other changes
=============

* 
* 
* Startup fix when tool removed between reboot by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16175 <https://github.com/galaxyproject/galaxy/pull/16175>`_

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,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 = 23.0.5.dev0
version = 23.0.5

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

.. to_doc

-----------
23.0.5.dev0
-----------

-------------------
23.0.5 (2023-07-29)
-------------------

No recorded changes since last release

-------------------
23.0.4 (2023-06-30)
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,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 = 23.0.5.dev0
version = 23.0.5

[options]
include_package_data = True
Loading