From d169463284a60c68c435c749129930dacfb77b97 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Mon, 3 Jun 2019 18:48:13 -0400
Subject: [PATCH] Starting work on 0.13.0

---
 HISTORY.rst        | 6 ++++++
 pulsar/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 670491b1..53d5416c 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,6 +5,12 @@ History
 
 .. to_doc
 
+---------------------
+0.13.0.dev0
+---------------------
+
+    
+
 
 ---------------------
 0.12.1 (2019-06-03)
diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index 6803248e..56f8eaa8 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.12.1'
+__version__ = '0.13.0.dev0'
 
 PROJECT_NAME = "pulsar"
 PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
-- 
GitLab