Skip to content

Commit ed64d7a

Browse files
committed
Starting work on 0.75.29
1 parent 91797fe commit ed64d7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.75.29.dev0
10+
---------------------
11+
812
---------------------
913
0.75.28 (2025-03-27)
1014
---------------------

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

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

0 commit comments

Comments
 (0)