diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 229: release-0.24.1

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

Commit Message

Andy Doan Dec. 12, 2012, 10:23 p.m. UTC
------------------------------------------------------------
revno: 229
tags: release-0.24.1
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Wed 2012-12-12 16:22:14 -0600
message:
  release-0.24.1
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-11-27 19:49:15 +0000
+++ doc/changes.rst	2012-12-12 22:22:14 +0000
@@ -1,11 +1,11 @@ 
 Version History
 ***************
 
-.. _version_0_25:
+.. _version_0_24_1:
 
-Version 0.25
-============
-* Unreleased
+Version 0.24.1
+=============
+* Reject jobs with invalid server urls at submission time
 
 .. _version_0_24:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-11-27 19:49:15 +0000
+++ lava_scheduler_app/__init__.py	2012-12-12 22:22:14 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 25, 0, "dev", 0)
+__version__ = (0, 24, 1, "final", 0)