diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 375: release 0.15

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

Commit Message

Michael-Doyle Hudson May 31, 2012, 7:03 a.m. UTC
------------------------------------------------------------
revno: 375
tags: 2012.05, release-0.15
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-05-31 19:00:41 +1200
message:
  release 0.15
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-05-25 04:02:24 +0000
+++ doc/changes.rst	2012-05-31 07:00:41 +0000
@@ -5,7 +5,8 @@ 
 
 Version 0.14
 ============
-* Unreleased
+* Allow the creating of DataTablesTables backed by sequences rather
+  than querysets.
 
 .. _version_0_13:
 

=== modified file 'lava_server/__init__.py'
--- lava_server/__init__.py	2012-05-25 04:02:24 +0000
+++ lava_server/__init__.py	2012-05-31 07:00:41 +0000
@@ -23,4 +23,4 @@ 
 The LAVA server package. Contains only the version declaration.
 """
 
-__version__ = (0, 14, 0, "dev", 0)
+__version__ = (0, 14, 0, "final", 0)