diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 192: release 0.18

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

Commit Message

Andy Doan June 28, 2012, 6:13 a.m. UTC
------------------------------------------------------------
revno: 192
tags: 2012.06, release-0.18
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Thu 2012-06-28 01:10:35 -0500
message:
  release 0.18
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-20 06:15:12 +0000
+++ doc/changes.rst	2012-06-28 06:10:35 +0000
@@ -6,7 +6,7 @@ 
 Version 0.18
 ============
 
-* Unreleased.
+* support linking job details to dashboard bundles
 
 .. _version_0_17_1:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-06-20 06:15:12 +0000
+++ lava_scheduler_app/__init__.py	2012-06-28 06:10:35 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 18, 0, "dev", 0)
+__version__ = (0, 18, 0, "final", 0)