=== modified file 'doc/changes.rst'
@@ -3,8 +3,8 @@
.. _version_0_5_10:
-Version 0.5.10 (UNRELEASED)
-===========================
+Version 0.5.10
+==============
* Omit the commands we send to the board from the log (as this output is
invariably echoed back and so was ending up in the output twice)
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 5, 10, "dev", 0)
+__version__ = (0, 5, 10, "final", 0)