Skip to content

Commit 7e40347

Browse files
committed
Create release 0.75.22
1 parent 5b10a24 commit 7e40347

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.rst

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

66
.. to_doc
77
8+
---------------------
9+
0.75.22 (2024-04-04)
10+
---------------------
11+
* Fix parsing of training ``metadata.yaml`` files (thanks to `@nsoranzo`_).
12+
`Pull Request 1439`_
13+
* Fix markdown template: add missing closing details tag (thanks to `@bernt-matthias`_). `Pull Request 1440`_
14+
* Misc workflow linting improvements (thanks to `@bernt-matthias`_). `Pull
15+
Request 1437`_
16+
* Don't skip requirements with an environment marker (thanks to `@nsoranzo`_).
17+
`Pull Request 1433`_
18+
* Add `--host` parameter to allow listening on non-default hosts (thanks to
19+
`@selten`_). `Pull Request 1430`_
20+
821
---------------------
922
0.75.21 (2024-02-01)
1023
---------------------
@@ -2090,6 +2103,11 @@ History
20902103
tools - and more experimental features involving Docker and Homebrew. 7d07782_
20912104

20922105
.. github_links
2106+
.. _Pull Request 1439: https://github.com/galaxyproject/planemo/pull/1439
2107+
.. _Pull Request 1440: https://github.com/galaxyproject/planemo/pull/1440
2108+
.. _Pull Request 1437: https://github.com/galaxyproject/planemo/pull/1437
2109+
.. _Pull Request 1433: https://github.com/galaxyproject/planemo/pull/1433
2110+
.. _Pull Request 1430: https://github.com/galaxyproject/planemo/pull/1430
20932111
.. _Pull Request 1428: https://github.com/galaxyproject/planemo/pull/1428
20942112
.. _Pull Request 1427: https://github.com/galaxyproject/planemo/pull/1427
20952113
.. _Pull Request 1425: https://github.com/galaxyproject/planemo/pull/1425

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.21"
1+
__version__ = "0.75.22"
22

33

44
PROJECT_NAME = "planemo"

0 commit comments

Comments
 (0)