Skip to content

Commit 9b8a742

Browse files
committed
Version 0.75.41
1 parent 9add87a commit 9b8a742

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ History
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

planemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
planemo_metadata = importlib.metadata.metadata("planemo")
44

5-
__version__ = "0.75.41.dev0"
5+
__version__ = "0.75.41"
66

77
PROJECT_NAME = planemo_metadata["Name"]
88
PROJECT_EMAIL = planemo_metadata["Author-email"].split(" ")[-1]

0 commit comments

Comments
 (0)