=== modified file 'doc/changes.rst'
@@ -1,10 +1,15 @@
Version History
***************
-.. _version_0_8:
-
-Version 0.8 (unreleased)
-========================
+.. _version_0_7_1:
+
+Version 0.7.1
+=============
+
+* Increase the timeout around the shell commands to set up the proxy in the
+ test image.
+* Make the wget part of the wget|tar operations slightly more verbose.
+* Do not fetch the test images to the board through the proxy.
.. _version_0_7:
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 8, 0, "dev", 0)
+__version__ = (0, 7, 1, "final", 0)