=== modified file 'doc/changes.rst'
@@ -1,6 +1,14 @@
Version History
***************
+.. _version_0.7.1:
+
+Version 0.7.1
+=============
+* Allow results to be submitted to non-anonymous bundle streams
+* Improved job view when log files are missing
+* Fixed some issues with device tags and postgres
+
.. _version_0.7.0:
Version 0.7.0
=== 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, 0, "final", 0)
+__version__ = (0, 7, 1, "final", 0)