File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
.. to_doc
7
7
8
8
---------------------
9
- 0.75.29.dev0
9
+ 0.75.29 (2025-03-27)
10
10
---------------------
11
+ * Fix dependency specification (thanks to `@mvdbeek `_). `Pull Request 1507 `_
11
12
12
13
---------------------
13
14
0.75.28 (2025-03-27)
@@ -2190,6 +2191,7 @@ History
2190
2191
tools - and more experimental features involving Docker and Homebrew. 7d07782 _
2191
2192
2192
2193
.. github_links
2194
+ .. _Pull Request 1507 : https://github.com/galaxyproject/planemo/pull/1507
2193
2195
.. _Pull Request 1505 : https://github.com/galaxyproject/planemo/pull/1505
2194
2196
.. _Pull Request 1504 : https://github.com/galaxyproject/planemo/pull/1504
2195
2197
.. _Pull Request 1503 : https://github.com/galaxyproject/planemo/pull/1503
Original file line number Diff line number Diff line change 2
2
3
3
planemo_metadata = importlib .metadata .metadata ("planemo" )
4
4
5
- __version__ = "0.75.29.dev0 "
5
+ __version__ = "0.75.29"
6
6
7
7
PROJECT_NAME = planemo_metadata ["Name" ]
8
8
PROJECT_EMAIL = planemo_metadata ["Author-email" ].split (" " )[- 1 ]
You can’t perform that action at this time.
0 commit comments