=== modified file 'doc/changes.rst'
@@ -1,11 +1,11 @@
Version History
***************
-.. _version_0_16:
+.. _version_0_15_1:
-Version 0.16
-============
-* Unreleased
+Version 0.15.1
+==============
+* fixed a bug causing cache leak and pre-built image test failure
.. _version_0_15:
@@ -350,3 +350,4 @@
* LAVA dispatcher now tries to make as much progress in the test run as possible despite failures of previous actions, and keeps track of which actions passed or failed rather than just whether the whole test run completed or not.
* Trial support for snowball board
* Bug fixes: #791725, #806571, #768453
+
=== 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, 15, 1, "final", 0)