From 00a6671b34c1bb9717a91f940cc6fcde5639f810 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Sun, 12 Apr 2015 23:12:08 -0400
Subject: [PATCH] Start work on 0.4.0.

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

diff --git a/HISTORY.rst b/HISTORY.rst
index 4b0445c6..b0da9494 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,11 @@
 History
 -------
 
+------------------------
+0.4.0.dev0
+------------------------
+
+
 ------------------------
 0.3.0 (2015-04-12)
 ------------------------
diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index 6bfa3758..148530c1 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -1,4 +1,4 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.3.0'
+__version__ = '0.4.0.dev0'
 
-- 
GitLab