From 2aaddbacfa686335453c0e8135a23b667212040b Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Fri, 26 Aug 2016 23:49:41 -0400 Subject: [PATCH] Version 0.7.0. --- HISTORY.rst | 25 ++----------------------- pulsar/__init__.py | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 983a14af..7867f5e4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,34 +6,13 @@ History .. to_doc --------------------- -0.7.0.dev7 ---------------------- - -* Small update to test scripts for TravisCI changes. - ---------------------- -0.7.0.dev6 +0.7.0 (2016-08-26) --------------------- * Update Makefile to allow release pulsar as an application and a library for Galaxy at the same time. - ---------------------- -0.7.0.dev5 ---------------------- - +* Small update to test scripts for TravisCI changes. * Improvements for embedded Galaxy runner. (TODO: fill this out) - ---------------------- -0.7.0.dev4 ---------------------- - -* Improvements for embedded Galaxy runner. (TODO: fill this out and fix date) - ---------------------- -0.7.0.dev3 ---------------------- - * Remove support for Python 2.6. 60bf962_ * Update docs to describe project goverance and reuse Galaxy's Code of Conduct. 7e23d43_, dc47140_ diff --git a/pulsar/__init__.py b/pulsar/__init__.py index e165a550..4b3278d5 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.0.dev7' +__version__ = '0.7.0' PROJECT_NAME = "pulsar" PROJECT_OWNER = PROJECT_USERAME = "galaxyproject" -- GitLab