diff --git a/HISTORY.rst b/HISTORY.rst index 1bf969030b6a1f5489ef5a3d6d5780edf2a32307..b4130a6313f947d4cd99fca2ff5e37066f72ec52 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 68b81e4022455f1e90a7fe28b837dbd028b2df8d..5f66d006616f7e36a2342f27dd4cdf468bb8867c 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"