summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-04-11 23:01:13 +0200
committerjvoisin2015-04-11 23:01:13 +0200
commitdc718900a2160c29cade4ed44cf5101b07c97240 (patch)
treeb3201ff1abedb71cc37514b40fa8e134098ca6cc
parenta5869f5434c51f49cf8720c51f3fc478fbca33fd (diff)
MAT 0.5.30.5.3
-rw-r--r--CHANGELOG8
-rw-r--r--README2
-rw-r--r--libmat/mat.py2
-rwxr-xr-xsetup.py2
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 @@
10.5.3 - 11apr2015
2 * Update translations
3 * Images are now re-rendered, like PDF (see 79ce29a)
4 * PDF with different page-size are now handled correctly
5 * MAT now doesn't care if you have a "data" folder in the current directory
6 * The GUI is (once again) simplified
7 * Minor typos and misc bugs
8
10.5.2 - 1apr2014 90.5.2 - 1apr2014
2 * Update translations 10 * Update translations
3 11
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
87Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 87Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
88MA 02110-1301, USA. 88MA 02110-1301, USA.
89 89
90Copyright 2011-2014 Julien (jvoisin) Voisin <julien.voisin@dustri.org> 90Copyright 2011-2015 Julien (jvoisin) Voisin <julien.voisin@dustri.org>
91 91
92 92
93THANKS 93THANKS
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
15 15
16import libmat.exceptions 16import libmat.exceptions
17 17
18__version__ = '0.5.2' 18__version__ = '0.5.3'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#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
5from distutils.core import setup 5from distutils.core import setup
6from DistUtilsExtra.command import * 6from DistUtilsExtra.command import *
7 7
8__version__ = '0.4-rc' 8__version__ = '0.5.3'
9 9
10#Remove MANIFEST file, since distutils 10#Remove MANIFEST file, since distutils
11#doesn't properly update it when 11#doesn't properly update it when