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

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

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