=== modified file 'doc/changes.rst'
@@ -1,6 +1,16 @@
Version History
***************
+.. _version_0_4:
+
+Version 0.4
+===========
+* Major refactoring of how commands are run on boards.
+* Set PS1 in a way that works on ice cream sandwich builds
+* Add --config-dir option.
+* Consistently fail if deployment fails.
+* Support for snowball V5 and later.
+
.. _version_0_3_5:
Version 0.3.5(Milestone 11.11)
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 3, 5, "final", 0)
+__version__ = (0, 4, 0, "final", 0)