=== modified file 'doc/changes.rst'
@@ -6,9 +6,11 @@
Version 0.8
===========
-* Unreleased
* Create dashboard bundles with the 1.3 format for simplified tag support
in the dispatcher (so that test results can carry tags)
+* Fix pwrmgmt test dependencies.
+* Set DEBIAN_FRONTEND=noninteractive when installing test dependencies (bug
+ #1002285)
.. _version_0_7:
=== modified file 'lava_test/__init__.py'
@@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 8, 0, "dev", 0)
+__version__ = (0, 8, 0, "final", 0)