From cc86a2cc789773d903d5a3b2bd7593303d3b3bfa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 27 May 2012 13:44:58 +0200 Subject: 0.3.2 --- CHANGELOG | 7 ++++++- lib/mat.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4b13f34..bcfb92e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -0.3.1 - 06may2012 +0.3.2 - 27may2012 + * Add localisation (new translations are welcome) + * Even more beter handling of missing libraries + * Fix path relation bug + +0.3.1 - 06may2012 - bugfix release * Better handling of missing libraries * Improve the setup.py * Bugfixes diff --git a/lib/mat.py b/lib/mat.py index 1470218..6d9471c 100644 --- a/lib/mat.py +++ b/lib/mat.py @@ -15,7 +15,7 @@ import hachoir_parser import strippers -__version__ = '0.3.1' +__version__ = '0.3.2' __author__ = 'jvoisin' #Silence -- cgit v1.3