Skip to content

Commit ca05de5

Browse files
committed
Version 0.75.39
1 parent 17cc059 commit ca05de5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ History
66
.. to_doc
77
88
---------------------
9-
0.75.39.dev0
9+
0.75.39 (2026-03-03)
1010
---------------------
1111
* Add planemo format command (thanks to `@dannon`_). `Pull Request 1617`_
1212
* Add --job_workers option to limit parallel local jobs (default 1) (thanks to `@mvdbeek`_). `Pull Request 1620`_

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

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

0 commit comments

Comments
 (0)