diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 180: release-0.11

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

Commit Message

Andy Doan Sept. 24, 2012, 4:21 p.m. UTC
------------------------------------------------------------
revno: 180
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-test
timestamp: Mon 2012-09-24 11:19:49 -0500
message:
  release-0.11
  
  2012.09
modified:
  doc/changes.rst
  lava_test/__init__.py


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

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

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-09-05 08:51:51 +0000
+++ doc/changes.rst	2012-09-24 16:19:49 +0000
@@ -5,9 +5,9 @@ 
 
 Version 0.11
 ============
-* Unreleased
-
 * Add Validation test suite for TI ARM features on Linux (lt_ti_lava)
+* Add support for BZR/Git VCS info in the software context
+* Add test for device tree
 
 .. _version_0_10:
 

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2012-06-28 06:36:33 +0000
+++ lava_test/__init__.py	2012-09-24 16:19:49 +0000
@@ -13,4 +13,4 @@ 
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = (0, 11, 0, "dev", 0)
+__version__ = (0, 11, 0, "final", 0)