diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 228: bump version

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

Commit Message

Michael-Doyle Hudson Feb. 9, 2012, 8:34 p.m. UTC
------------------------------------------------------------
revno: 228
tags: release-0.5.4
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-02-09 12:32:13 -0800
message:
  bump version
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-07 20:32:04 +0000
+++ doc/changes.rst	2012-02-09 20:32:13 +0000
@@ -1,6 +1,14 @@ 
 Version History
 ***************
 
+.. _version_0_5_4:
+
+Version 0.5.4
+=============
+
+* allow deployment from an image file as well as a rootfs/hwpack combination
+* Auto accept the new snowball license update.
+
 .. _version_0_5_3:
 
 Version 0.5.3

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