summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-08-19 19:02:20 +0200
committerjvoisin2015-08-19 19:02:20 +0200
commit7b959d32fc66ada031a43295a0c9c5fbee1d2067 (patch)
treec42f65bc3e2bcb9a194ce1a76b9f9ab4da470060
parent7b8ec9e5ce37de7cbf0a9bc61b94cccb682cabd8 (diff)
MAT 0.5.40.5.4
-rw-r--r--CHANGELOG8
-rw-r--r--libmat/mat.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7f46273..f02673b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
10.5.4 - 19aug2015
2 * Distance a bit MAT from hachoir
3 * Fix zip-related issues
4 * Remove re-rendeging of image, since Pillow isn't production-ready yet
5 * Massive pep8 comformance, thanks to PyCharm
6 * Enhance a bit the GUI
7 * Usual cleanup/misc fixes
8
10.5.3 - 11apr2015 90.5.3 - 11apr2015
2 * Update translations 10 * Update translations
3 * Images are now re-rendered, like PDF (see 79ce29a) 11 * Images are now re-rendered, like PDF (see 79ce29a)
diff --git a/libmat/mat.py b/libmat/mat.py
index f116f54..5b5a83c 100644
--- a/libmat/mat.py
+++ b/libmat/mat.py
@@ -16,7 +16,7 @@ import hachoir_parser
16 16
17import libmat.exceptions 17import libmat.exceptions
18 18
19__version__ = '0.5.3' 19__version__ = '0.5.4'
20__author__ = 'jvoisin' 20__author__ = 'jvoisin'
21 21
22# Silence 22# Silence