=== modified file 'doc/changes.rst'
@@ -5,7 +5,10 @@
Version 0.19
============
-* Unreleased
+* Change to using configglue to manage our configuration
+* transition to new "target" based API
+* add new "lava-test-shell" for black-box style test support
+* add v8 FoundationsModel support to fastmodel.py
.. _version_0_18:
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 19, 0, "dev", 0)
+__version__ = (0, 19, 0, "final", 0)