From 2e97c3be7cb1142c15c65976edd7f279f94e4a4e Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Wed, 31 Aug 2016 10:04:48 -0400 Subject: [PATCH] Prepare 0.7.2. --- HISTORY.rst | 4 ++-- pulsar/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a498f254..9e0f05d9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,10 +6,10 @@ History .. to_doc --------------------- -0.8.0.dev0 +0.7.2.dev0 --------------------- - +* Fix bug causing loops on in response to preprocessing error conditions. --------------------- 0.7.1 (2016-08-29) diff --git a/pulsar/__init__.py b/pulsar/__init__.py index 68b81e40..5566bb68 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.8.0.dev0' +__version__ = '0.7.2.dev0' PROJECT_NAME = "pulsar" PROJECT_OWNER = PROJECT_USERAME = "galaxyproject" -- GitLab