summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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