=== modified file 'doc/changes.rst'
@@ -1,7 +1,26 @@
Version History
***************
-.. _version_0.7.3:
+.. _version_0_9:
+
+Version 0.9
+===========
+* Make alljobs paginated so that it will load very quickly
+* handle invalid values for start in job_output
+* record device status transitions
+* ask for a reason when offlining/onlining a board
+* display transitions on the device page
+
+.. _version_0_8:
+
+Version 0.8
+===========
+* improvements to the docs from Adam Konarski
+* make submit_job give slightly more useful permission errors
+* restore code to allow submission of results to a private bundle
+* reject unknown jobs at submit time
+
+.. _version_0_7_3:
Version 0.7.3
=============
@@ -9,14 +28,14 @@
* Include static assets in the sdist (multiply reported as: #919079,
#919047, #917393)
-.. _version_0.7.2:
+.. _version_0_7_2:
Version 0.7.2
=============
* Revert 'allow results to be submitted to non-anonymous bundle streams' as it
caused the entire job to be deleted when it completed.
-.. _version_0.7.1:
+.. _version_0_7_1:
Version 0.7.1
=============
@@ -24,7 +43,7 @@
* Improved job view when log files are missing
* Fixed some issues with device tags and postgres
-.. _version_0.7.0:
+.. _version_0_7_0:
Version 0.7.0
=============
@@ -33,7 +52,7 @@
* Overhaul of the job view
* Fix unit tests
-.. _version_0.5.5:
+.. _version_0_5_5:
Version 0.5.5
=============
=== 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, 9, 0, "dev", 0)
+__version__ = (0, 9, 0, "final", 0)