diff --git a/HISTORY.rst b/HISTORY.rst index 52c43fee80844c469a602cbe4b131f29d14ecdd9..983a14af3cb25a0f6df639a68ea1b6bf6579cadc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,17 +6,17 @@ History .. to_doc --------------------- -0.8.0.dev0 +0.7.0.dev7 --------------------- - +* Small update to test scripts for TravisCI changes. --------------------- 0.7.0.dev6 --------------------- -* Attempt to release pulsar as an application and a library for Galaxy - at the same time. +* Update Makefile to allow release pulsar as an application and a library + for Galaxy at the same time. --------------------- 0.7.0.dev5 diff --git a/pulsar/__init__.py b/pulsar/__init__.py index fb2759c4160addd65d14a36315570b4334a84b65..e165a5500b3eb8676ea0a8bca9ed962a928e7a18 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.0.dev6' +__version__ = '0.7.0.dev7' PROJECT_NAME = "pulsar" PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"