diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 184: release 0.17

Message ID 20120618230711.16734.81894.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson June 18, 2012, 11:07 p.m. UTC
------------------------------------------------------------
revno: 184
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-06-19 10:53:32 +1200
message:
  release 0.17
modified:
  doc/changes.rst
  lava_scheduler_app/__init__.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== 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)