diff options
| author | jvoisin | 2015-04-11 23:01:13 +0200 |
|---|---|---|
| committer | jvoisin | 2015-04-11 23:01:13 +0200 |
| commit | dc718900a2160c29cade4ed44cf5101b07c97240 (patch) | |
| tree | b3201ff1abedb71cc37514b40fa8e134098ca6cc | |
| parent | a5869f5434c51f49cf8720c51f3fc478fbca33fd (diff) | |
MAT 0.5.30.5.3
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | libmat/mat.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
4 files changed, 11 insertions, 3 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 0.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 | |||
| 1 | 0.5.2 - 1apr2014 | 9 | 0.5.2 - 1apr2014 |
| 2 | * Update translations | 10 | * Update translations |
| 3 | 11 | ||
| @@ -87,7 +87,7 @@ along with this program; if not, write to the Free Software | |||
| 87 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | 87 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 88 | MA 02110-1301, USA. | 88 | MA 02110-1301, USA. |
| 89 | 89 | ||
| 90 | Copyright 2011-2014 Julien (jvoisin) Voisin <julien.voisin@dustri.org> | 90 | Copyright 2011-2015 Julien (jvoisin) Voisin <julien.voisin@dustri.org> |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | THANKS | 93 | 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 | |||
| 15 | 15 | ||
| 16 | import libmat.exceptions | 16 | import 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 |
| @@ -5,7 +5,7 @@ import os | |||
| 5 | from distutils.core import setup | 5 | from distutils.core import setup |
| 6 | from DistUtilsExtra.command import * | 6 | from 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 |
