summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2013-10-27 23:30:40 +0000
committerjvoisin2013-10-27 23:30:40 +0000
commitab70324fe5b4dad6a3868056ea47888fabaab44c (patch)
tree504cca57639ddddb96ac6cdbdda5f3fad0b6328a
parentbd5a5ddc93aa40c66d1c3aea630c89ce40e83025 (diff)
Mat 0.4.10.4.1
-rw-r--r--CHANGELOG6
-rw-r--r--MAT/mat.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d4f8d95..b528679 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
10.4.1 - 27oct2013
2 * Fix the fact that the MAT sometimes delete PDF
3 * Improves internal and external documentation
4 * Torrents support has been greatly enhanced
5 * Add a translation
6
10.4 - 13oct2013 70.4 - 13oct2013
2 * Minor refactoring of the testsuite 8 * Minor refactoring of the testsuite
3 * Translations 9 * Translations
diff --git a/MAT/mat.py b/MAT/mat.py
index a669515..4954b47 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.4' 17__version__ = '0.4.1'
18__author__ = 'jvoisin' 18__author__ = 'jvoisin'
19 19
20#Silence 20#Silence