Skip to content

Commit 7d18529

Browse files
committed
Version 0.75.32
1 parent f949ece commit 7d18529

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.rst

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

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.32.dev0"
5+
__version__ = "0.75.32"
66

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

0 commit comments

Comments
 (0)