=== modified file 'doc/changes.rst'
@@ -5,7 +5,10 @@
Version 0.21
============
-* Unreleased
+* allow boot to master logic to retry a few times before exiting with error
+* move lava-test-shell test def format to use YAML
+* CTS fix
+* fix unicode issue in new usage of python's tarfile lp:1071279
.. _verison_0_20_1:
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 21, 0, "dev", 0)
+__version__ = (0, 21, 0, "final", 0)