Skip to content

Commit

Permalink
Create release 0.75.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 8, 2024
1 parent fcabbd6 commit 8fb5bcf
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 1 deletion.
24 changes: 24 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ History

.. to_doc
---------------------
0.75.23 (2024-05-08)
---------------------
* Implement run/test/workflow_edit/autoupdate from non default tool sheds
(thanks to `@mvdbeek`_). `Pull Request 1445`_
* Install prebuilt client by default (thanks to `@mvdbeek`_). `Pull Request
1450`_
* Bump galaxy packages to allow for 24.0 (thanks to `@bernt-matthias`_). `Pull
Request 1441`_
* replace dead link in conclusions (thanks to `@martenson`_). `Pull Request
1447`_
* Add text to autopygen exceptions (thanks to `@bernt-matthias`_). `Pull
Request 1444`_
* Drop circleci config (thanks to `@mvdbeek`_). `Pull Request 1443`_
* Fix linting of asserts with children (thanks to `@bernt-matthias`_). `Pull
Request 1442`_

---------------------
0.75.22 (2024-04-04)
---------------------
Expand Down Expand Up @@ -2103,6 +2120,13 @@ History
tools - and more experimental features involving Docker and Homebrew. 7d07782_

.. github_links
.. _Pull Request 1445: https://github.com/galaxyproject/planemo/pull/1445
.. _Pull Request 1450: https://github.com/galaxyproject/planemo/pull/1450
.. _Pull Request 1441: https://github.com/galaxyproject/planemo/pull/1441
.. _Pull Request 1447: https://github.com/galaxyproject/planemo/pull/1447
.. _Pull Request 1444: https://github.com/galaxyproject/planemo/pull/1444
.. _Pull Request 1443: https://github.com/galaxyproject/planemo/pull/1443
.. _Pull Request 1442: https://github.com/galaxyproject/planemo/pull/1442
.. _Pull Request 1439: https://github.com/galaxyproject/planemo/pull/1439
.. _Pull Request 1440: https://github.com/galaxyproject/planemo/pull/1440
.. _Pull Request 1437: https://github.com/galaxyproject/planemo/pull/1437
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ Galaxy instance.
likely indicate a problem but in some cases
may not prevent a workflow from successfully
executing.
--install_prebuilt_client / --no_install_prebuilt_client
Install a pre-built client from npm. Turn this
off you need access to visualizations.
--skip_client_build Do not build Galaxy client when serving
Galaxy.
--shed_install / --no_shed_install
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/shed_serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ logged into and explored interactively.
likely indicate a problem but in some cases
may not prevent a workflow from successfully
executing.
--install_prebuilt_client / --no_install_prebuilt_client
Install a pre-built client from npm. Turn this
off you need access to visualizations.
--skip_client_build Do not build Galaxy client when serving
Galaxy.
--shed_install / --no_shed_install
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/training_generate_from_wf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ Create tutorial skeleton from workflow.
likely indicate a problem but in some cases
may not prevent a workflow from successfully
executing.
--install_prebuilt_client / --no_install_prebuilt_client
Install a pre-built client from npm. Turn this
off you need access to visualizations.
--skip_client_build Do not build Galaxy client when serving
Galaxy.
--shed_install / --no_shed_install
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/training_init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ Build training template from workflow.
likely indicate a problem but in some cases
may not prevent a workflow from successfully
executing.
--install_prebuilt_client / --no_install_prebuilt_client
Install a pre-built client from npm. Turn this
off you need access to visualizations.
--skip_client_build Do not build Galaxy client when serving
Galaxy.
--shed_install / --no_shed_install
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/workflow_convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ Convert Format 2 workflows to native Galaxy workflows, and vice-versa.
likely indicate a problem but in some cases
may not prevent a workflow from successfully
executing.
--install_prebuilt_client / --no_install_prebuilt_client
Install a pre-built client from npm. Turn this
off you need access to visualizations.
--skip_client_build Do not build Galaxy client when serving
Galaxy.
--shed_install / --no_shed_install
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/workflow_edit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ Open a synchronized Galaxy workflow editor.
likely indicate a problem but in some cases
may not prevent a workflow from successfully
executing.
--install_prebuilt_client / --no_install_prebuilt_client
Install a pre-built client from npm. Turn this
off you need access to visualizations.
--skip_client_build Do not build Galaxy client when serving
Galaxy.
--shed_install / --no_shed_install
Expand Down
2 changes: 1 addition & 1 deletion planemo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.75.23.dev0"
__version__ = "0.75.23"


PROJECT_NAME = "planemo"
Expand Down

0 comments on commit 8fb5bcf

Please sign in to comment.