summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2013-01-08 20:30:57 +0100
committerjvoisin2013-01-08 20:30:57 +0100
commitbdb60772467b64e1a38c37a88875776a1b93ca00 (patch)
tree98ca9aa144f1585b0df0f912a559a3771ff7bf3c
parent7a745b56b41a0a86a51d841fa2d5fcd14f8f2de7 (diff)
mat 0.3.40.3.4
-rw-r--r--CHANGELOG5
-rw-r--r--MAT/mat.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4d2cc7b..4b8f3c9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
10.3.4 - 8jan2013
2 * Bump dates
3 * Update localizations
4 * Refactor the way MAT's data are handled
5
10.3.3 - 5jan2013 60.3.3 - 5jan2013
2 * Settings can now be changed for already added files 7 * Settings can now be changed for already added files
3 * Improved the testsuite robustness 8 * Improved the testsuite robustness
diff --git a/MAT/mat.py b/MAT/mat.py
index b18cc63..7a8d73e 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import strippers 16import strippers
17 17
18__version__ = '0.3.3' 18__version__ = '0.3.4'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence