diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 240: release-0.28

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

Commit Message

Andy Doan Jan. 30, 2013, 4:39 a.m. UTC
------------------------------------------------------------
revno: 240
tags: release-0.28
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Tue 2013-01-29 22:38:16 -0600
message:
  release-0.28
  
  2013.01
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	2013-01-15 21:47:27 +0000
+++ doc/changes.rst	2013-01-30 04:38:16 +0000
@@ -1,23 +1,29 @@ 
 Version History
 ***************
 
+.. _version_0_28:
+
+Version 0.28
+============
+* remove oob-fd hack
+
 .. _version_0_27:
 
 Version 0.27
-=============
+============
 * prevent offline admin action from touching RETIRED boards
 * add a re-submit button
 
 .. _version_0_26:
 
 Version 0.26
-=============
+============
 * Added ability to annotate failures
 
 .. _version_0_25:
 
 Version 0.25
-=============
+============
 * proper remote worker support (without celery)
 
 .. _version_0_24_1:

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2013-01-15 21:47:27 +0000
+++ lava_scheduler_app/__init__.py	2013-01-30 04:38:16 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 27, 0, "final", 0)
+__version__ = (0, 28, 0, "final", 0)