From c5050d6272f4a92bf112f2bbf43c3ef2026208b3 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 22 Feb 2023 19:42:10 +0100 Subject: [PATCH] Prepare release 0.75.6 --- HISTORY.rst | 10 ++++++++++ planemo/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0c783d5a8..08f1df7dd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,14 @@ History .. to_doc +--------------------- +0.75.6 (2022-02-22) +--------------------- +* Allow running autoupdate against external server (thanks to `@mvdbeek`_). + `Pull Request 1265`_ +* Fix extraction of orcid identifiers for .dockstore.yml (thanks to + `@lldelisle`_). `Pull Request 1350`_ + --------------------- 0.75.5 (2022-02-10) --------------------- @@ -1941,6 +1949,8 @@ History tools - and more experimental features involving Docker and Homebrew. 7d07782_ .. github_links +.. _Pull Request 1265: https://github.com/galaxyproject/planemo/pull/1265 +.. _Pull Request 1350: https://github.com/galaxyproject/planemo/pull/1350 .. _Pull Request 1275: https://github.com/galaxyproject/planemo/pull/1275 .. _Pull Request 1347: https://github.com/galaxyproject/planemo/pull/1347 .. _Pull Request 1348: https://github.com/galaxyproject/planemo/pull/1348 diff --git a/planemo/__init__.py b/planemo/__init__.py index 1a221fefd..fda4252e0 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.75.5" +__version__ = "0.75.6" PROJECT_NAME = "planemo"