File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66.. to_doc
77
88---------------------
9- 0.75.41.dev0
9+ 0.75.41 (2026-03-19)
1010---------------------
11+ * Fix workflow lint crash when tool_state is dict instead of JSON string (thanks to `@jmchilton `_). `Pull Request 1626 `_
1112
1213
1314---------------------
@@ -2355,6 +2356,7 @@ History
23552356 tools - and more experimental features involving Docker and Homebrew. 7d07782 _
23562357
23572358.. github_links
2359+ .. _Pull Request 1626 : https://github.com/galaxyproject/planemo/pull/1626
23582360.. _Pull Request 1624 : https://github.com/galaxyproject/planemo/pull/1624
23592361.. _Pull Request 1568 : https://github.com/galaxyproject/planemo/pull/1568
23602362.. _Pull Request 1617 : https://github.com/galaxyproject/planemo/pull/1617
Original file line number Diff line number Diff line change 22
33planemo_metadata = importlib .metadata .metadata ("planemo" )
44
5- __version__ = "0.75.41.dev0 "
5+ __version__ = "0.75.41"
66
77PROJECT_NAME = planemo_metadata ["Name" ]
88PROJECT_EMAIL = planemo_metadata ["Author-email" ].split (" " )[- 1 ]
You can’t perform that action at this time.
0 commit comments