diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 232: release-0.5.5

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

Commit Message

Paul Larson Feb. 16, 2012, 1:38 a.m. UTC
------------------------------------------------------------
revno: 232
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Wed 2012-02-15 17:36:49 -0800
message:
  release-0.5.5
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-02-09 20:32:13 +0000
+++ doc/changes.rst	2012-02-16 01:36:49 +0000
@@ -1,6 +1,12 @@ 
 Version History
 ***************
 
+.. _version_0_5_5:
+
+Version 0.5.5
+=============
+* allow the job file to contain unknown propertiies
+
 .. _version_0_5_4:
 
 Version 0.5.4

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-02-09 20:32:13 +0000
+++ lava_dispatcher/__init__.py	2012-02-16 01:36:49 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 5, 4, "final", 0)
+__version__ = (0, 5, 5, "final", 0)