diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 174: release 0.15

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

Commit Message

Michael-Doyle Hudson May 31, 2012, 6:54 a.m. UTC
------------------------------------------------------------
revno: 174
tags: 2012.05, release-0.15
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-05-31 18:52:00 +1200
message:
  release 0.15
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-05-25 04:10:42 +0000
+++ doc/changes.rst	2012-05-31 06:52:00 +0000
@@ -5,7 +5,8 @@ 
 
 Version 0.15
 ============
-* Unreleased.
+
+* Add a view showing the status of each device type.
 
 .. _version_0_14:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-05-25 04:10:42 +0000
+++ lava_scheduler_app/__init__.py	2012-05-31 06:52:00 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 15, 0, "dev", 0)
+__version__ = (0, 15, 0, "final", 0)