From 4b98c4ef651a3cb05e21504f7c9477c49d393a70 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 16 Feb 2014 19:10:36 +0000 Subject: MAT 0.5.2-rc1 --- CHANGELOG | 5 +++++ MAT/mat.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 608f777..9459f81 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.5.2-rc1 - 16feb2014 + * Update translations + * Fix office-format handling + * The Cli now stops on unsupported fileformat + 0.5.1 - 28jan2014 * Update translations * 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 import MAT.exceptions -__version__ = '0.5.1' +__version__ = '0.5.2-rc1' __author__ = 'jvoisin' #Silence -- cgit v1.3