Message ID | 20120618230711.16734.81894.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-06-18 02:55:06 +0000 +++ doc/changes.rst 2012-06-18 22:53:32 +0000 @@ -6,7 +6,9 @@ Version 0.17 ============ -* Unreleased. +* Use a more efficient query for the device type overview. +* Add a reports page, with the first reports showing passing/failing + health jobs & all jobs. .. _version_0_16: === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2012-06-18 02:55:06 +0000 +++ lava_scheduler_app/__init__.py 2012-06-18 22:53:32 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see <http://www.gnu.org/licenses/>. -__version__ = (0, 17, 0, "dev", 0) +__version__ = (0, 17, 0, "final", 0)