Skip to content

Commit c1c2b73

Browse files
committed
Release 0.75.29
1 parent d4cd786 commit c1c2b73

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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.29.dev0
9+
0.75.29 (2025-03-27)
1010
---------------------
11+
* Fix dependency specification (thanks to `@mvdbeek`_). `Pull Request 1507`_
1112

1213
---------------------
1314
0.75.28 (2025-03-27)
@@ -2190,6 +2191,7 @@ History
21902191
tools - and more experimental features involving Docker and Homebrew. 7d07782_
21912192

21922193
.. github_links
2194+
.. _Pull Request 1507: https://github.com/galaxyproject/planemo/pull/1507
21932195
.. _Pull Request 1505: https://github.com/galaxyproject/planemo/pull/1505
21942196
.. _Pull Request 1504: https://github.com/galaxyproject/planemo/pull/1504
21952197
.. _Pull Request 1503: https://github.com/galaxyproject/planemo/pull/1503

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

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

0 commit comments

Comments
 (0)