=== modified file 'doc/changes.rst'
@@ -1,6 +1,13 @@
Version History
***************
+.. _version_0_3.2:
+
+Version 0.3.2
+=============
+* Update parse function using in LTP test suite to fix 900694
+* fix a bug with tiobench
+
.. _version_0_2:
Version 0.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, 1, "final", 0)
+__version__ = (0, 3, 2, "final", 0)