From 163f0f3270498cf80bec074a6cf39cc68da6a044 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Wed, 31 Aug 2016 10:05:04 -0400
Subject: [PATCH] Version 0.7.2

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

diff --git a/HISTORY.rst b/HISTORY.rst
index 9e0f05d9..6b1f4192 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -6,7 +6,7 @@ History
 .. to_doc
 
 ---------------------
-0.7.2.dev0
+0.7.2 (2016-08-31)
 ---------------------
 
 * Fix bug causing loops on in response to preprocessing error conditions.
diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index 5566bb68..7d0f01ae 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.7.2.dev0'
+__version__ = '0.7.2'
 
 PROJECT_NAME = "pulsar"
 PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
-- 
GitLab