=== modified file 'doc/changes.rst'
@@ -1,6 +1,13 @@
Version History
***************
+.. _version_0.7.2:
+
+Version 0.7.2
+=============
+* Revert 'allow results to be submitted to non-anonymous bundle streams' as it
+ caused the entire job to be deleted when it completed.
+
.. _version_0.7.1:
Version 0.7.1
=== modified file 'lava_scheduler_app/__init__.py'
@@ -17,4 +17,4 @@
# along with LAVA Scheduler. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 7, 1, "final", 0)
+__version__ = (0, 7, 2, "final", 0)