=== modified file 'doc/changes.rst'
@@ -5,7 +5,13 @@
Version 0.29
============
-* Unreleased.
+* fix to ARM Energy Probe post processing logic
+* enable networking in FastModel v8
+* add --target override parameter for "lava dispatch"
+* fix timeout bug in lava_test_shell action
+* foundational changes to get ready for Galaxy Nexus support
+* sdmux device support
+* partition file layout update for panda-android
.. _verison_0_28:
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 28, 0, "dev", 0)
+__version__ = (0, 29, 0, "final", 0)