diff --git a/HISTORY.rst b/HISTORY.rst index a498f254078606133a6bba4293af8f7c601210ab..9e0f05d94ba3d17287262bde3d1671a0dfb50fc5 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 68b81e4022455f1e90a7fe28b837dbd028b2df8d..5566bb683dc98e486d1a4f0f76970ab5effedd84 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"