summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2014-01-28 01:09:57 +0000
committerjvoisin2014-01-28 01:09:57 +0000
commit4ac7cda59cf9a01d820b2a280db6174782715a4b (patch)
tree1cffb81e9f2493499667a970a5213c1aba14a1a2
parentd78289693244ef81c6dfc1bbc6d3adbeef498c92 (diff)
MAT 0.5.10.5.1
-rw-r--r--CHANGELOG4
-rw-r--r--MAT/mat.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1d9a46e..608f777 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
10.5.1 - 28jan2014
2 * Update translations
3 * Fix some minor bugs
4
10.5 - 19jan2014 50.5 - 19jan2014
2 * Support for zip archives 6 * Support for zip archives
3 * Support for tar.gz archives 7 * Support for tar.gz archives
diff --git a/MAT/mat.py b/MAT/mat.py
index 32f55d8..05bc8da 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' 17__version__ = '0.5.1'
18__author__ = 'jvoisin' 18__author__ = 'jvoisin'
19 19
20#Silence 20#Silence