File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66.. to_doc
77
88---------------------
9- 0.75.32.dev0
9+ 0.75.32 (2025-08-18)
1010---------------------
11+ * Fixing 429 url error (thanks to `@arash77 `_). `Pull Request 1556 `_
12+ * Fix subworkflow invocation tracking (thanks to `@mvdbeek `_). `Pull Request 1560 `_
1113
1214---------------------
13150.75.31 (2025-06-23)
@@ -2251,6 +2253,8 @@ History
22512253 tools - and more experimental features involving Docker and Homebrew. 7d07782 _
22522254
22532255.. github_links
2256+ .. _Pull Request 1556 : https://github.com/galaxyproject/planemo/pull/1556
2257+ .. _Pull Request 1560 : https://github.com/galaxyproject/planemo/pull/1560
22542258.. _Pull Request 1554 : https://github.com/galaxyproject/planemo/pull/1554
22552259.. _Pull Request 1552 : https://github.com/galaxyproject/planemo/pull/1552
22562260.. _Pull Request 1553 : https://github.com/galaxyproject/planemo/pull/1553
@@ -3256,3 +3260,4 @@ History
32563260.. _@jmchilton : https://github.com/jmchilton
32573261.. _@kostrykin : https://github.com/kostrykin
32583262.. _@ahmedhamidawan : https://github.com/ahmedhamidawan
3263+ .. _@arash77 : https://github.com/arash77
Original file line number Diff line number Diff line change 22
33planemo_metadata = importlib .metadata .metadata ("planemo" )
44
5- __version__ = "0.75.32.dev0 "
5+ __version__ = "0.75.32"
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