From 9b860f7024867ef3b23da7f91d93f970fb7d699d Mon Sep 17 00:00:00 2001 From: John Chilton Date: Thu, 21 May 2015 16:24:33 -0400 Subject: [PATCH] Starting work on 0.12.2 --- HISTORY.rst | 6 ++++++ planemo/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0455d8760..60a8090f1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,12 @@ History .. to_doc +--------------------- +0.12.2.dev0 +--------------------- + + + --------------------- 0.12.1 (2015-05-21) --------------------- diff --git a/planemo/__init__.py b/planemo/__init__.py index 27efe932e..8358555b0 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.12.1' +__version__ = '0.12.2.dev0' PROJECT_NAME = "planemo"