diff --git a/HISTORY.rst b/HISTORY.rst
index 983a14af3cb25a0f6df639a68ea1b6bf6579cadc..7867f5e48ee20b8330f06af5601700548ddfbb81 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 e165a5500b3eb8676ea0a8bca9ed962a928e7a18..4b3278d5b68b64504a8979726b02a8c197970f6f 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"