From c93e7225c1d2bc8dc5765b700748f417a1b81159 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 11 May 2016 22:35:38 -0400 Subject: [PATCH] Starting work on 0.26.0 --- HISTORY.rst | 6 ++++++ planemo/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f757f5b60..320b0d2de 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,12 @@ History .. to_doc +--------------------- +0.26.0.dev0 +--------------------- + + + --------------------- 0.25.1 (2016-05-11) --------------------- diff --git a/planemo/__init__.py b/planemo/__init__.py index 511d6edae..5342d9fe9 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.25.1' +__version__ = '0.26.0.dev0' PROJECT_NAME = "planemo"