From 158b14ba0e094108a127e3f9ccdffc2a65bc9e5b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 30 Dec 2015 17:33:38 +0100 Subject: MAT 0.6 --- CHANGELOG | 9 +++++++++ libmat/mat.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f02673b..fbd59cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +0.6 - 30dec2015 + * The testsuite can now be run against the system-wide version of MAT + * Support for TIFF files + * Removal of the (unmaintained) hachoir library dependency + * More code documentation + * Torrent files are now cleaned in a deeper fashion + * Better support of weird command-line arguments + * Usual cleaup/misc fixes + 0.5.4 - 19aug2015 * Distance a bit MAT from hachoir * Fix zip-related issues diff --git a/libmat/mat.py b/libmat/mat.py index d397334..6ac1dc7 100644 --- a/libmat/mat.py +++ b/libmat/mat.py @@ -12,7 +12,7 @@ import xml.sax import libmat.exceptions -__version__ = '0.5.4' +__version__ = '0.6' __author__ = 'jvoisin' # Silence diff --git a/setup.py b/setup.py index fdee3ac..db69777 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from distutils.core import setup, Command from DistUtilsExtra.command import * -__version__ = '0.5.3' +__version__ = '6.0' # Remove MANIFEST file, since distutils # doesn't properly update it when -- cgit v1.3