=== modified file 'doc/changes.rst'
@@ -6,9 +6,12 @@
Version 0.10
============
-* Unreleased.
* Fixed ltp-snowball-tests install steps
* Changed ltp-snowball-tests default test suite.
+* Update to 20120614 version of LTP
+* gatortest fixes
+* pwrmgmt fixes
+* perf fixes
.. _version_0_9:
@@ -74,7 +77,7 @@
* Add new GLMark2 ES2 test (glmark2-es2)
* Add new render-bench test
* Add spandex-gles2 test
- * Add e2eaudiotest test
+ * Add e2eaudiotest test
* Document :meth:`lava_test.api.core.ITest.run()` and
:attr:`lava_test.api.core.ITest.test_id`. This change fixes
https://bugs.launchpad.net/lava-test/+bug/919268
@@ -95,7 +98,7 @@
Version 0.3.4
=============
* Fix exception handler for RegistryProvider._fill_cache()
- https://launchpad.net/bugs/926867
+ https://launchpad.net/bugs/926867
.. _version_0_3_3:
=== modified file 'lava_test/__init__.py'
@@ -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, 10, 0, "dev", 0)
+__version__ = (0, 10, 0, "final", 0)