=== modified file 'doc/changes.rst'
@@ -5,12 +5,12 @@
Version 0.22
============
-* Unreleased
* refactor fastmodel implementation to not require code changes for new products
* simplify power_off/sync logic in targets
* boot_options improvements
* extract_tarball API added to target
* change lava-test-shell defintion format to be YAML
+* allow test definitions to use a default parsing pattern
.. _verison_0_21:
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 22, 0, "dev", 0)
+__version__ = (0, 22, 0, "final", 0)