changeset 7:b7aac4356727 draft

v0.1.06 - Bump version number via macro to test Tool Shed behaviour
author peterjc
date Fri, 04 Sep 2015 11:10:31 -0400
parents 856b73016ba1
children 0e86300e49c0
files tools/ncbi_blast_plus/README.rst tools/ncbi_blast_plus/ncbi_macros.xml
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/README.rst	Fri Sep 04 09:45:13 2015 -0400
+++ b/tools/ncbi_blast_plus/README.rst	Fri Sep 04 11:10:31 2015 -0400
@@ -221,6 +221,7 @@
 v0.1.05 - Define ``parallelism`` tag via a macro (internal change only).
         - Define wrapper versions via a macro (internal change only).
         - Update citation information now GigaScience paper is out.
+v0.1.06 - Bump version number via macro to check Tool Shed behaviour.
 ======= ======================================================================
 
 
--- a/tools/ncbi_blast_plus/ncbi_macros.xml	Fri Sep 04 09:45:13 2015 -0400
+++ b/tools/ncbi_blast_plus/ncbi_macros.xml	Fri Sep 04 11:10:31 2015 -0400
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@WRAPPER_VERSION@">0.1.05</token>
+    <token name="@WRAPPER_VERSION@">0.1.06</token>
     <xml name="parallelism">
         <!-- If job splitting is enabled, break up the query file into parts -->
         <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" merge_outputs="output1" />