summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2012-05-27 13:44:58 +0200
committerjvoisin2012-05-27 13:44:58 +0200
commitcc86a2cc789773d903d5a3b2bd7593303d3b3bfa (patch)
tree2243fb4a0d680b388db61e9a82c6268c9db85b54
parent907e5e7cc2152c07ed6cbf3846a808be433f0eb9 (diff)
0.3.20.3.2
Diffstat (limited to '')
-rw-r--r--CHANGELOG7
-rw-r--r--lib/mat.py2
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 @@
10.3.1 - 06may2012 10.3.2 - 27may2012
2 * Add localisation (new translations are welcome)
3 * Even more beter handling of missing libraries
4 * Fix path relation bug
5
60.3.1 - 06may2012 - bugfix release
2 * Better handling of missing libraries 7 * Better handling of missing libraries
3 * Improve the setup.py 8 * Improve the setup.py
4 * Bugfixes 9 * 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
15 15
16import strippers 16import strippers
17 17
18__version__ = '0.3.1' 18__version__ = '0.3.2'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence