diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 355: "open" 0.11 for development

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

Commit Message

Michael-Doyle Hudson March 13, 2012, 1:12 a.m. UTC
------------------------------------------------------------
revno: 355
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-03-13 14:08:29 +1300
message:
  "open" 0.11 for development
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-03-02 03:00:22 +0000
+++ doc/changes.rst	2012-03-13 01:08:29 +0000
@@ -1,6 +1,13 @@ 
 Version History
 ***************
 
+.. _version_0_11:
+
+Version 0.11 (UNRELEASED)
+=========================
+* Add code developed in lava-scheduler for super easy ajax-based pagination of
+  tables.
+
 .. _version_0_10_1:
 
 Version 0.10.1

=== modified file 'lava_server/__init__.py'
--- lava_server/__init__.py	2012-03-02 03:00:22 +0000
+++ lava_server/__init__.py	2012-03-13 01:08:29 +0000
@@ -23,4 +23,4 @@ 
 The LAVA server package. Contains only the version declaration.
 """
 
-__version__ = (0, 10, 1, "final", 0)
+__version__ = (0, 11, 0, "dev", 0)