summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2014-02-16 19:10:36 +0000
committerjvoisin2014-02-16 19:10:36 +0000
commit4b98c4ef651a3cb05e21504f7c9477c49d393a70 (patch)
treec287b9b730072b768331fe67ad9216cdd6fb033b
parent6c634d07f347e95350af0fe7fff3c02a7ce928c7 (diff)
MAT 0.5.2-rc10.5.2-rc1
-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