=== modified file 'doc/changes.rst'
@@ -5,17 +5,19 @@
Version 0.16
============
-* UnReleased
* Fix #1028512, provide test image hostname custom option: tester_hostname.
* Fix #1019630, possibility to set proxy error when sending serial port command.
+* Add support for Ubuntu images to FastModel client
+* Allow clients to handle custom boot options
.. _version_0_15_2:
Version 0.15.2
==============
-.. _version_0_15_2:
* made consistent downloading and temp file creation logic to help prevent disk leakage
+.. _version_0_15_1:
+
Version 0.15.1
==============
* fixed a bug causing cache leak and pre-built image test failure
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 16, 0, "dev", 0)
+__version__ = (0, 16, 0, "final", 0)