diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 454: release-0.22

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

Commit Message

Andy Doan Nov. 19, 2012, 7:30 p.m. UTC
------------------------------------------------------------
revno: 454
tags: release-0.22
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2012-11-19 11:55:54 -0600
message:
  release-0.22
modified:
  doc/changes.rst
  lava_dispatcher/__init__.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-11-16 17:34:35 +0000
+++ doc/changes.rst	2012-11-19 17:55:54 +0000
@@ -5,12 +5,12 @@ 
 
 Version 0.22
 ============
-* Unreleased
 * refactor fastmodel implementation to not require code changes for new products
 * simplify power_off/sync logic in targets
 * boot_options improvements
 * extract_tarball API added to target
 * change lava-test-shell defintion format to be YAML
+* allow test definitions to use a default parsing pattern
 
 .. _verison_0_21:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-11-08 03:46:23 +0000
+++ lava_dispatcher/__init__.py	2012-11-19 17:55:54 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 22, 0, "dev", 0)
+__version__ = (0, 22, 0, "final", 0)