From 7ad78f80eea4bf7bf102fb586ebd5e4b302d3014 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Wed, 23 Dec 2015 01:21:43 +0000
Subject: [PATCH] Version 0.6.1

---
 HISTORY.rst        | 2 +-
 pulsar/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 4571445a..97d4ecfc 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -6,7 +6,7 @@ History
 .. to_doc
 
 ---------------------
-0.6.1.dev0
+0.6.1 (2015-12-23)
 ---------------------
 
 * Tweak release process that left 0.6.0 with an incorrect PyPI description page.
diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index 8b7f5821..c1fa2225 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.6.1.dev0'
+__version__ = '0.6.1'
 
 PROJECT_NAME = "pulsar"
 PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
-- 
GitLab