=== modified file 'doc/changes.rst'
@@ -1,6 +1,15 @@
Version History
***************
+.. _version_0_3.3:
+
+Version 0.3.3
+=============
+* New perf test
+* Fix dependencies for pwrmgmt and ltp tests
+* Fix bug 898092 - More detail error messages when parsing the out of tree json file
+* Added some documentation for many of the testsuites
+
.. _version_0_3.2:
Version 0.3.2
=== 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, 3, 2, "final", 0)
+__version__ = (0, 3, 3, "final", 0)