diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 171: release 0.14

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

Commit Message

Michael-Doyle Hudson May 25, 2012, 4:12 a.m. UTC
------------------------------------------------------------
revno: 171
tags: release-0.14
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-05-25 16:09:32 +1200
message:
  release 0.14
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-23 21:43:36 +0000
+++ doc/changes.rst	2012-05-25 04:09:32 +0000
@@ -1,8 +1,16 @@ 
 Version History
 ***************
 
+.. _version_0_14:
+
+Version 0.14
+============
+
+* Add resubmit_job to the API
 * Add support for looping of health care jobs
 
+.. _version_0_13:
+
 Version 0.13
 ============
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-05-07 04:35:38 +0000
+++ lava_scheduler_app/__init__.py	2012-05-25 04:09:32 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 14, 0, "dev", 0)
+__version__ = (0, 14, 0, "final", 0)