From 80fc6f68aa591d448b20e52c690f9ffbbb90e95c Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 24 Sep 2024 13:31:18 +0200 Subject: [PATCH] Create release 0.75.26 --- HISTORY.rst | 12 ++++++++++++ planemo/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 401abddc9..b9afa0b4a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,15 @@ History .. to_doc +--------------------- +0.75.26 (2024-09-24) +--------------------- +* Fix up autopygen type annotation (thanks to `@mvdbeek`_). `Pull Request + 1474`_ +* Fix autoupdate for workflows with overlapping tool updates (thanks to + `@bernt-matthias`_). `Pull Request 1452`_ +* Display last lines of logs (thanks to `@mvdbeek`_). `Pull Request 1473`_ + --------------------- 0.75.25 (2024-08-11) --------------------- @@ -2147,6 +2156,9 @@ History tools - and more experimental features involving Docker and Homebrew. 7d07782_ .. github_links +.. _Pull Request 1474: https://github.com/galaxyproject/planemo/pull/1474 +.. _Pull Request 1452: https://github.com/galaxyproject/planemo/pull/1452 +.. _Pull Request 1473: https://github.com/galaxyproject/planemo/pull/1473 .. _Pull Request 1457: https://github.com/galaxyproject/planemo/pull/1457 .. _Pull Request 1471: https://github.com/galaxyproject/planemo/pull/1471 .. _Pull Request 1458: https://github.com/galaxyproject/planemo/pull/1458 diff --git a/planemo/__init__.py b/planemo/__init__.py index 5c44c7aff..b24f83f99 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.75.26.dev0" +__version__ = "0.75.26" PROJECT_NAME = "planemo"