From dc718900a2160c29cade4ed44cf5101b07c97240 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 11 Apr 2015 23:01:13 +0200 Subject: MAT 0.5.3 --- CHANGELOG | 8 ++++++++ README | 2 +- libmat/mat.py | 2 +- setup.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eb267e0..7f46273 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +0.5.3 - 11apr2015 + * Update translations + * Images are now re-rendered, like PDF (see 79ce29a) + * PDF with different page-size are now handled correctly + * MAT now doesn't care if you have a "data" folder in the current directory + * The GUI is (once again) simplified + * Minor typos and misc bugs + 0.5.2 - 1apr2014 * Update translations diff --git a/README b/README index 9e49136..a23dd85 100644 --- a/README +++ b/README @@ -87,7 +87,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -Copyright 2011-2014 Julien (jvoisin) Voisin +Copyright 2011-2015 Julien (jvoisin) Voisin THANKS diff --git a/libmat/mat.py b/libmat/mat.py index 257a18e..6e56d54 100644 --- a/libmat/mat.py +++ b/libmat/mat.py @@ -15,7 +15,7 @@ import hachoir_parser import libmat.exceptions -__version__ = '0.5.2' +__version__ = '0.5.3' __author__ = 'jvoisin' #Silence diff --git a/setup.py b/setup.py index 6694d44..cf779e8 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from distutils.core import setup from DistUtilsExtra.command import * -__version__ = '0.4-rc' +__version__ = '0.5.3' #Remove MANIFEST file, since distutils #doesn't properly update it when -- cgit v1.3