summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2014-04-01 14:05:30 +0100
committerjvoisin2014-04-01 14:05:30 +0100
commit30eb0cb15a9518c9ec8982e3e46a099c717a5383 (patch)
tree96073c0cc1520fe3deedeefe22fe94ecb926390f
parent70254bc29e513170879c3129197ab09f5b9715fc (diff)
MAT 0.5.20.5.2
-rw-r--r--CHANGELOG3
-rw-r--r--MAT/mat.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9459f81..eb267e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
10.5.2 - 1apr2014
2 * Update translations
3
10.5.2-rc1 - 16feb2014 40.5.2-rc1 - 16feb2014
2 * Update translations 5 * Update translations
3 * Fix office-format handling 6 * Fix office-format handling
diff --git a/MAT/mat.py b/MAT/mat.py
index 1d2d232..5b1fbda 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -14,7 +14,7 @@ import hachoir_parser
14 14
15import MAT.exceptions 15import MAT.exceptions
16 16
17__version__ = '0.5.2-rc1' 17__version__ = '0.5.2'
18__author__ = 'jvoisin' 18__author__ = 'jvoisin'
19 19
20#Silence 20#Silence