diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 143: bump version to 0.11dev, update changes

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

Commit Message

Michael-Doyle Hudson March 7, 2012, 3:51 a.m. UTC
------------------------------------------------------------
revno: 143
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2012-03-07 15:14:40 +1300
message:
  bump version to 0.11dev, update changes
modified:
  doc/changes.rst
  lava_scheduler_app/__init__.py


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

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

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-03-02 04:36:43 +0000
+++ doc/changes.rst	2012-03-07 02:14:40 +0000
@@ -1,6 +1,17 @@ 
 Version History
 ***************
 
+.. _version_0_11:
+
+Version 0.11 (UNRELEASED)
+=========================
+* Improvements to the magic ajax tables -- render the initial content
+  of the table in the html to avoid requiring several requests to load
+  one page.
+* Make TestJob a restricted resource, and update views to reflect
+  restrictions.
+
+
 .. _version_0_10.1:
 
 Version 0.10.1

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-03-02 04:36:43 +0000
+++ lava_scheduler_app/__init__.py	2012-03-07 02:14:40 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 10, 1, "final", 0)
+__version__ = (0, 11, 0, "dev", 0)