diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 110: Release 0.7.0

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

Commit Message

Paul Larson Dec. 16, 2011, 4:27 a.m. UTC
------------------------------------------------------------
revno: 110
tags: 2011.12, release-0.7.0
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-scheduler
timestamp: Thu 2011-12-15 22:09:01 -0600
message:
  Release 0.7.0
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	2011-11-18 03:30:43 +0000
+++ doc/changes.rst	2011-12-16 04:09:01 +0000
@@ -1,6 +1,15 @@ 
 Version History
 ***************
 
+.. _version_0.7.0:
+
+Version 0.7.0
+=============
+
+*  Add support for device tags in the scheduler
+*  Overhaul of the job view
+*  Fix unit tests
+
 .. _version_0.5.5:
 
 Version 0.5.5

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2011-12-05 21:46:59 +0000
+++ lava_scheduler_app/__init__.py	2011-12-16 04:09:01 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 6, 0, "final", 0)
+__version__ = (0, 7, 0, "final", 0)