From 3fb064b1984d264ce375065d207f85cdbef6694a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 31 Oct 2013 01:19:31 +0000 Subject: Mat 0.4.2 --- CHANGELOG | 5 +++++ MAT/mat.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b528679..2d9d968 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.4.2 - 31oct2013 + * Fix (for real this time) MAT eating PDF + * The mautilus plugin does not appear on read-only files + * Some minor refactorisations of the code + 0.4.1 - 27oct2013 * Fix the fact that the MAT sometimes delete PDF * Improves internal and external documentation diff --git a/MAT/mat.py b/MAT/mat.py index 0359dd0..54b40b5 100644 --- a/MAT/mat.py +++ b/MAT/mat.py @@ -14,7 +14,7 @@ import hachoir_parser import MAT.exceptions -__version__ = '0.4.1' +__version__ = '0.4.2' __author__ = 'jvoisin' #Silence -- cgit v1.3