From bfbed7ead609c83d00a7cbf590cc50e607838d4e Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Fri, 8 May 2015 14:20:36 -0400
Subject: [PATCH] Starting work on 0.6.0

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

diff --git a/HISTORY.rst b/HISTORY.rst
index f9e6a21a..976a1d23 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,6 +5,18 @@ History
 
 .. to_doc
 
+---------------------
+0.6.0.dev0
+---------------------
+
+    
+
+---------------------
+0.6.0.dev0
+---------------------
+
+    
+
 ------------------------
 0.5.0 (2015-05-08)
 ------------------------
diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index 7568cb95..1969b426 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -1,3 +1,3 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.5.0'
+__version__ = '0.6.0.dev0'
-- 
GitLab