diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 400: release 0.18.1

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

Commit Message

Michael-Doyle Hudson Sept. 24, 2012, 2:59 a.m. UTC
------------------------------------------------------------
revno: 400
tags: relase-0.18.1
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-09-24 14:57:19 +1200
message:
  release 0.18.1
modified:
  doc/changes.rst
  lava_server/__init__.py


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

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

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-09-20 21:56:04 +0000
+++ doc/changes.rst	2012-09-24 02:57:19 +0000
@@ -1,11 +1,11 @@ 
 Version History
 ***************
 
-.. _version_0_19:
+.. _version_0_18_1:
 
-Version 0.19
-============
-* Unreleased.
+Version 0.18.1
+==============
+* Set the postgresql statement timeout to 30s.
 
 .. _version_0_18:
 

=== modified file 'lava_server/__init__.py'
--- lava_server/__init__.py	2012-09-20 21:56:04 +0000
+++ lava_server/__init__.py	2012-09-24 02:57:19 +0000
@@ -23,4 +23,4 @@ 
 The LAVA server package. Contains only the version declaration.
 """
 
-__version__ = (0, 19, 0, "dev", 0)
+__version__ = (0, 18, 1, "final", 0)