Skip to content

Commit 8fb5bcf

Browse files
committed
Create release 0.75.23
1 parent fcabbd6 commit 8fb5bcf

File tree

8 files changed

+43
-1
lines changed

8 files changed

+43
-1
lines changed

HISTORY.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.75.23 (2024-05-08)
10+
---------------------
11+
* Implement run/test/workflow_edit/autoupdate from non default tool sheds
12+
(thanks to `@mvdbeek`_). `Pull Request 1445`_
13+
* Install prebuilt client by default (thanks to `@mvdbeek`_). `Pull Request
14+
1450`_
15+
* Bump galaxy packages to allow for 24.0 (thanks to `@bernt-matthias`_). `Pull
16+
Request 1441`_
17+
* replace dead link in conclusions (thanks to `@martenson`_). `Pull Request
18+
1447`_
19+
* Add text to autopygen exceptions (thanks to `@bernt-matthias`_). `Pull
20+
Request 1444`_
21+
* Drop circleci config (thanks to `@mvdbeek`_). `Pull Request 1443`_
22+
* Fix linting of asserts with children (thanks to `@bernt-matthias`_). `Pull
23+
Request 1442`_
24+
825
---------------------
926
0.75.22 (2024-04-04)
1027
---------------------
@@ -2103,6 +2120,13 @@ History
21032120
tools - and more experimental features involving Docker and Homebrew. 7d07782_
21042121

21052122
.. github_links
2123+
.. _Pull Request 1445: https://github.com/galaxyproject/planemo/pull/1445
2124+
.. _Pull Request 1450: https://github.com/galaxyproject/planemo/pull/1450
2125+
.. _Pull Request 1441: https://github.com/galaxyproject/planemo/pull/1441
2126+
.. _Pull Request 1447: https://github.com/galaxyproject/planemo/pull/1447
2127+
.. _Pull Request 1444: https://github.com/galaxyproject/planemo/pull/1444
2128+
.. _Pull Request 1443: https://github.com/galaxyproject/planemo/pull/1443
2129+
.. _Pull Request 1442: https://github.com/galaxyproject/planemo/pull/1442
21062130
.. _Pull Request 1439: https://github.com/galaxyproject/planemo/pull/1439
21072131
.. _Pull Request 1440: https://github.com/galaxyproject/planemo/pull/1440
21082132
.. _Pull Request 1437: https://github.com/galaxyproject/planemo/pull/1437

docs/commands/serve.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ Galaxy instance.
189189
likely indicate a problem but in some cases
190190
may not prevent a workflow from successfully
191191
executing.
192+
--install_prebuilt_client / --no_install_prebuilt_client
193+
Install a pre-built client from npm. Turn this
194+
off you need access to visualizations.
192195
--skip_client_build Do not build Galaxy client when serving
193196
Galaxy.
194197
--shed_install / --no_shed_install

docs/commands/shed_serve.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ logged into and explored interactively.
197197
likely indicate a problem but in some cases
198198
may not prevent a workflow from successfully
199199
executing.
200+
--install_prebuilt_client / --no_install_prebuilt_client
201+
Install a pre-built client from npm. Turn this
202+
off you need access to visualizations.
200203
--skip_client_build Do not build Galaxy client when serving
201204
Galaxy.
202205
--shed_install / --no_shed_install

docs/commands/training_generate_from_wf.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ Create tutorial skeleton from workflow.
178178
likely indicate a problem but in some cases
179179
may not prevent a workflow from successfully
180180
executing.
181+
--install_prebuilt_client / --no_install_prebuilt_client
182+
Install a pre-built client from npm. Turn this
183+
off you need access to visualizations.
181184
--skip_client_build Do not build Galaxy client when serving
182185
Galaxy.
183186
--shed_install / --no_shed_install

docs/commands/training_init.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ Build training template from workflow.
186186
likely indicate a problem but in some cases
187187
may not prevent a workflow from successfully
188188
executing.
189+
--install_prebuilt_client / --no_install_prebuilt_client
190+
Install a pre-built client from npm. Turn this
191+
off you need access to visualizations.
189192
--skip_client_build Do not build Galaxy client when serving
190193
Galaxy.
191194
--shed_install / --no_shed_install

docs/commands/workflow_convert.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ Convert Format 2 workflows to native Galaxy workflows, and vice-versa.
170170
likely indicate a problem but in some cases
171171
may not prevent a workflow from successfully
172172
executing.
173+
--install_prebuilt_client / --no_install_prebuilt_client
174+
Install a pre-built client from npm. Turn this
175+
off you need access to visualizations.
173176
--skip_client_build Do not build Galaxy client when serving
174177
Galaxy.
175178
--shed_install / --no_shed_install

docs/commands/workflow_edit.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ Open a synchronized Galaxy workflow editor.
168168
likely indicate a problem but in some cases
169169
may not prevent a workflow from successfully
170170
executing.
171+
--install_prebuilt_client / --no_install_prebuilt_client
172+
Install a pre-built client from npm. Turn this
173+
off you need access to visualizations.
171174
--skip_client_build Do not build Galaxy client when serving
172175
Galaxy.
173176
--shed_install / --no_shed_install

planemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.75.23.dev0"
1+
__version__ = "0.75.23"
22

33

44
PROJECT_NAME = "planemo"

0 commit comments

Comments
 (0)