We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cc059 commit ca05de5Copy full SHA for ca05de5
2 files changed
HISTORY.rst
@@ -6,7 +6,7 @@ History
6
.. to_doc
7
8
---------------------
9
-0.75.39.dev0
+0.75.39 (2026-03-03)
10
11
* Add planemo format command (thanks to `@dannon`_). `Pull Request 1617`_
12
* Add --job_workers option to limit parallel local jobs (default 1) (thanks to `@mvdbeek`_). `Pull Request 1620`_
planemo/__init__.py
@@ -2,7 +2,7 @@
2
3
planemo_metadata = importlib.metadata.metadata("planemo")
4
5
-__version__ = "0.75.39.dev0"
+__version__ = "0.75.39"
PROJECT_NAME = planemo_metadata["Name"]
PROJECT_EMAIL = planemo_metadata["Author-email"].split(" ")[-1]
0 commit comments