diff --git a/HISTORY.rst b/HISTORY.rst index 39a4f0cff..884242962 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,12 +6,17 @@ History .. to_doc --------------------- -0.75.16 (2023-11-01) +0.75.17 (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.16 (2023-11-01) +--------------------- +* No changes + --------------------- 0.75.15 (2023-10-29) --------------------- diff --git a/docs/commands/workflow_test_on_invocation.rst b/docs/commands/workflow_test_on_invocation.rst index 018bfa07e..14e0c5ef5 100644 --- a/docs/commands/workflow_test_on_invocation.rst +++ b/docs/commands/workflow_test_on_invocation.rst @@ -20,7 +20,8 @@ Run defined tests against existing workflow invocation. engine. [required] --galaxy_user_key TEXT User key to use with external Galaxy engine. [required] - --test_index INTEGER Select which test to run. Counting starts at 1 + --test_index INTEGER Select which test to check. Counting starts at + 1 --update_test_data Update test-data directory with job outputs (normally written to directory --job_output_files if specified.) diff --git a/planemo/__init__.py b/planemo/__init__.py index 98470c9b5..f991cefcf 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.75.17.dev0" +__version__ = "0.75.17" PROJECT_NAME = "planemo"