=== modified file 'doc/changes.rst'
@@ -1,6 +1,14 @@
Version History
***************
+.. _version_0.7.3:
+
+Version 0.7.3
+=============
+* Don't assume dispatcher log files contain valid unicode (#918954)
+* Include static assets in the sdist (multiply reported as: #919079,
+ #919047, #917393)
+
.. _version_0.7.2:
Version 0.7.2
=== modified file 'lava_scheduler_app/__init__.py'
@@ -17,4 +17,4 @@
# along with LAVA Scheduler. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 7, 2, "final", 0)
+__version__ = (0, 7, 3, "final", 0)