diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 231: release-0.25

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

Commit Message

Andy Doan Dec. 12, 2012, 10:35 p.m. UTC
------------------------------------------------------------
revno: 231
tags: release-0.25
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Wed 2012-12-12 16:31:14 -0600
message:
  release-0.25
  
  release-0.24.1 was a mess up. I forgot the main thing we
  wanted had yet to be merged.
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-12-12 22:22:14 +0000
+++ doc/changes.rst	2012-12-12 22:31:14 +0000
@@ -1,10 +1,16 @@ 
 Version History
 ***************
 
+.. _version_0_25:
+
+Version 0.25
+=============
+* proper remote worker support (without celery)
+
 .. _version_0_24_1:
 
 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-12-12 22:22:14 +0000
+++ lava_scheduler_app/__init__.py	2012-12-12 22:31:14 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 24, 1, "final", 0)
+__version__ = (0, 25, 0, "final", 0)