From 5ee73c7c0bcf40282cd0405e287ac7d053077f69 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Mon, 31 Oct 2016 15:56:26 -0400
Subject: [PATCH] Prep a bug fix release.

---
 HISTORY.rst        | 7 +++++--
 pulsar/__init__.py | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 1bf96903..b4130a63 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -6,10 +6,11 @@ History
 .. to_doc
 
 ---------------------
-0.8.0.dev0
+0.7.3.dev0
 ---------------------
 
-    
+* Fix  "AttributeError" when submitting a job as a real user.
+  `Pull Request 124`_, `Issue 123`_
 
 ---------------------
 0.7.2 (2016-08-31)
@@ -130,6 +131,8 @@ History
 
 
 .. github_links
+.. _Pull Request 124: https://github.com/galaxyproject/pulsar/pull/124
+.. _Issue 123: https://github.com/galaxyproject/pulsar/issues/123
 .. _ad33cb9: https://github.com/galaxyproject/pulsar/commit/ad33cb9
 .. _d7c524e: https://github.com/galaxyproject/pulsar/commit/d7c524e
 .. _fd82d00: https://github.com/galaxyproject/pulsar/commit/fd82d00
diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index 68b81e40..5f66d006 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.8.0.dev0'
+__version__ = '0.7.3.dev0'
 
 PROJECT_NAME = "pulsar"
 PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
-- 
GitLab