diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 542: release-0.31.2

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

Commit Message

Andy Doan Jan. 23, 2013, 4:43 a.m. UTC
------------------------------------------------------------
revno: 542
tags: release-0.31.2
committer: Andy Doan <andy.doan@linaro.org>
branch nick: dpatcher
timestamp: Tue 2013-01-22 22:39:11 -0600
message:
  release-0.31.2
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-22 03:04:20 +0000
+++ doc/changes.rst	2013-01-23 04:39:11 +0000
@@ -1,12 +1,12 @@ 
 Version History
 ***************
 
-.. _version_0_32:
-
-Version 0.32
-=============
-
-* Unreleased.
+.. _version_0_31_2:
+
+Version 0.31.2
+==============
+
+* Fixed bugs found executing tests under rtsm
 
 .. _version_0_31_1:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2013-01-22 03:04:20 +0000
+++ lava_dispatcher/__init__.py	2013-01-23 04:39:11 +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, 31, 2, "final", 0)