summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--MAT/mat.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 608f777..9459f81 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
10.5.2-rc1 - 16feb2014
2 * Update translations
3 * Fix office-format handling
4 * The Cli now stops on unsupported fileformat
5
10.5.1 - 28jan2014 60.5.1 - 28jan2014
2 * Update translations 7 * Update translations
3 * Fix some minor bugs 8 * Fix some minor bugs
diff --git a/MAT/mat.py b/MAT/mat.py
index 291cd42..1d2d232 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.1' 17__version__ = '0.5.2-rc1'
18__author__ = 'jvoisin' 18__author__ = 'jvoisin'
19 19
20#Silence 20#Silence