diff --git a/HISTORY.rst b/HISTORY.rst index 47269d420..39a4f0cff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,13 @@ History .. to_doc +--------------------- +0.75.16 (2023-11-01) +--------------------- +* Implement running tests against existing invocation (thanks to `@mvdbeek`_). + `Pull Request 1401`_ +* Fix test result download (thanks to `@mvdbeek`_). `Pull Request 1402`_ + --------------------- 0.75.15 (2023-10-29) --------------------- @@ -2038,6 +2045,8 @@ History tools - and more experimental features involving Docker and Homebrew. 7d07782_ .. github_links +.. _Pull Request 1401: https://github.com/galaxyproject/planemo/pull/1401 +.. _Pull Request 1402: https://github.com/galaxyproject/planemo/pull/1402 .. _Pull Request 1398: https://github.com/galaxyproject/planemo/pull/1398 .. _Pull Request 1400: https://github.com/galaxyproject/planemo/pull/1400 .. _Pull Request 1399: https://github.com/galaxyproject/planemo/pull/1399 diff --git a/planemo/__init__.py b/planemo/__init__.py index d2ee50829..ffe08582a 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.75.16.dev0" +__version__ = "0.75.16" PROJECT_NAME = "planemo"