diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 538: release 0.31.1

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

Commit Message

Michael-Doyle Hudson Jan. 22, 2013, 3 a.m. UTC
------------------------------------------------------------
revno: 538
tags: release-0.31.1
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2013-01-22 15:58:43 +1300
message:
  release 0.31.1
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	2013-01-21 22:40:33 +0000
+++ doc/changes.rst	2013-01-22 02:58:43 +0000
@@ -1,12 +1,12 @@ 
 Version History
 ***************
 
-.. _version_0_32:
-
-Version 0.32
-============
-
-* Unreleased
+.. _version_0_31_1:
+
+Version 0.31.1
+==============
+
+* Fix typo in fastmodel.py
 
 .. _version_0_31:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2013-01-21 22:40:33 +0000
+++ lava_dispatcher/__init__.py	2013-01-22 02:58:43 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 32, 0, "dev", 0)
+__version__ = (0, 32, 1, "final", 0)