diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 350: post release bump

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

Commit Message

Andy Doan July 17, 2012, 8:15 p.m. UTC
------------------------------------------------------------
revno: 350
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2012-07-17 15:14:03 -0500
message:
  post release bump
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	2012-06-28 06:03:18 +0000
+++ doc/changes.rst	2012-07-17 20:14:03 +0000
@@ -1,11 +1,21 @@ 
 Version History
 ***************
 
+.. _version_0_16:
+
+Version 0.16
+============
+* Unreleased
+
 .. _version_0_15:
 
 Version 0.15
 ============
-* Unreleased
+* support for /sdcard partition for Android
+* change vmalloc args for snowball
+* more cache logic cleanup
+* fastmodel client bug fixes
+* change over to use disablesuspend.sh script
 
 .. _version_0_14:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-06-28 15:15:11 +0000
+++ lava_dispatcher/__init__.py	2012-07-17 20:14:03 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 15, 0, "dev", 0)
+__version__ = (0, 16, 0, "dev", 0)