diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 223: release-0.23

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

Commit Message

Andy Doan Nov. 19, 2012, 7:32 p.m. UTC
------------------------------------------------------------
revno: 223
tags: release-0.23
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Mon 2012-11-19 12:50:52 -0600
message:
  release-0.23
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-09-23 23:36:31 +0000
+++ doc/changes.rst	2012-11-19 18:50:52 +0000
@@ -5,7 +5,8 @@ 
 
 Version 0.23
 ============
-* Unreleased.
+* device version support
+* show more than 10 device types in main view
 
 .. _version_0_22_1:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-09-23 23:36:31 +0000
+++ lava_scheduler_app/__init__.py	2012-11-19 18:50:52 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 23, 0, "dev", 0)
+__version__ = (0, 23, 0, "final", 0)