File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
.. to_doc
7
7
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
+
8
21
---------------------
9
22
0.75.21 (2024-02-01)
10
23
---------------------
@@ -2090,6 +2103,11 @@ History
2090
2103
tools - and more experimental features involving Docker and Homebrew. 7d07782 _
2091
2104
2092
2105
.. 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
2093
2111
.. _Pull Request 1428 : https://github.com/galaxyproject/planemo/pull/1428
2094
2112
.. _Pull Request 1427 : https://github.com/galaxyproject/planemo/pull/1427
2095
2113
.. _Pull Request 1425 : https://github.com/galaxyproject/planemo/pull/1425
Original file line number Diff line number Diff line change 1
- __version__ = "0.75.21 "
1
+ __version__ = "0.75.22 "
2
2
3
3
4
4
PROJECT_NAME = "planemo"
You can’t perform that action at this time.
0 commit comments