Skip to content

Commit 80fc6f6

Browse files
committed
Create release 0.75.26
1 parent ca303bb commit 80fc6f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.75.26 (2024-09-24)
10+
---------------------
11+
* Fix up autopygen type annotation (thanks to `@mvdbeek`_). `Pull Request
12+
1474`_
13+
* Fix autoupdate for workflows with overlapping tool updates (thanks to
14+
`@bernt-matthias`_). `Pull Request 1452`_
15+
* Display last lines of logs (thanks to `@mvdbeek`_). `Pull Request 1473`_
16+
817
---------------------
918
0.75.25 (2024-08-11)
1019
---------------------
@@ -2147,6 +2156,9 @@ History
21472156
tools - and more experimental features involving Docker and Homebrew. 7d07782_
21482157

21492158
.. github_links
2159+
.. _Pull Request 1474: https://github.com/galaxyproject/planemo/pull/1474
2160+
.. _Pull Request 1452: https://github.com/galaxyproject/planemo/pull/1452
2161+
.. _Pull Request 1473: https://github.com/galaxyproject/planemo/pull/1473
21502162
.. _Pull Request 1457: https://github.com/galaxyproject/planemo/pull/1457
21512163
.. _Pull Request 1471: https://github.com/galaxyproject/planemo/pull/1471
21522164
.. _Pull Request 1458: https://github.com/galaxyproject/planemo/pull/1458

planemo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.75.26.dev0"
1+
__version__ = "0.75.26"
22

33

44
PROJECT_NAME = "planemo"

0 commit comments

Comments
 (0)