From 826199a54b9c69630018abd95480680c46e1d518 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Fri, 1 Mar 2019 00:27:11 +0000 Subject: [PATCH] Version 0.58.2 --- HISTORY.rst | 18 ++++++++++++++++-- planemo/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5f95f6b4f..64f96aa5d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,10 +6,18 @@ History .. to_doc --------------------- -0.59.0.dev0 +0.59.0 (2019-03-01) --------------------- - +* Fix display of tool ids in planemo html report (thanks to `@mvdbeek`_). + `Pull Request 908`_ +* Single quotes for file names (thanks to `@bernt-matthias`_). `Pull Request + 909`_ +* Fix doc linting (thanks to `@mvdbeek`_). `Pull Request 910`_ +* Update TS categories (thanks to `@nsoranzo`_). 07dc6e0_ +* Close tag in doc help, to help with copy&paste (thanks to `@blankenberg`_). + `Pull Request 914`_ +* Update the tool XSD file (thanks to `@bgruening`_). `Pull Request 915`_ --------------------- 0.58.1 (2019-01-03) @@ -1441,6 +1449,12 @@ History tools - and more experimental features involving Docker and Homebrew. 7d07782_ .. github_links +.. _Pull Request 915: https://github.com/galaxyproject/planemo/pull/915 +.. _Pull Request 914: https://github.com/galaxyproject/planemo/pull/914 +.. _07dc6e0: https://github.com/galaxyproject/planemo/commit/07dc6e0 +.. _Pull Request 910: https://github.com/galaxyproject/planemo/pull/910 +.. _Pull Request 909: https://github.com/galaxyproject/planemo/pull/909 +.. _Pull Request 908: https://github.com/galaxyproject/planemo/pull/908 .. _Pull Request 907: https://github.com/galaxyproject/planemo/pull/907 .. _Pull Request 906: https://github.com/galaxyproject/planemo/pull/906 .. _Pull Request 902: https://github.com/galaxyproject/planemo/pull/902 diff --git a/planemo/__init__.py b/planemo/__init__.py index 3419132cb..775772672 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.59.0.dev0' +__version__ = '0.58.2' PROJECT_NAME = "planemo"