diff options
| author | jvoisin | 2015-12-30 17:33:38 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-30 17:40:57 +0100 |
| commit | 158b14ba0e094108a127e3f9ccdffc2a65bc9e5b (patch) | |
| tree | 6cba7d2f172b42be8436fe0c688965934e5d0889 | |
| parent | d35185187784bdd173348c2d91981798c5a97323 (diff) | |
MAT 0.60.6
| -rw-r--r-- | CHANGELOG | 9 | ||||
| -rw-r--r-- | libmat/mat.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 11 insertions, 2 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 0.6 - 30dec2015 | ||
| 2 | * The testsuite can now be run against the system-wide version of MAT | ||
| 3 | * Support for TIFF files | ||
| 4 | * Removal of the (unmaintained) hachoir library dependency | ||
| 5 | * More code documentation | ||
| 6 | * Torrent files are now cleaned in a deeper fashion | ||
| 7 | * Better support of weird command-line arguments | ||
| 8 | * Usual cleaup/misc fixes | ||
| 9 | |||
| 1 | 0.5.4 - 19aug2015 | 10 | 0.5.4 - 19aug2015 |
| 2 | * Distance a bit MAT from hachoir | 11 | * Distance a bit MAT from hachoir |
| 3 | * Fix zip-related issues | 12 | * 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 | |||
| 12 | 12 | ||
| 13 | import libmat.exceptions | 13 | import libmat.exceptions |
| 14 | 14 | ||
| 15 | __version__ = '0.5.4' | 15 | __version__ = '0.6' |
| 16 | __author__ = 'jvoisin' | 16 | __author__ = 'jvoisin' |
| 17 | 17 | ||
| 18 | # Silence | 18 | # Silence |
| @@ -5,7 +5,7 @@ import os | |||
| 5 | from distutils.core import setup, Command | 5 | from distutils.core import setup, Command |
| 6 | from DistUtilsExtra.command import * | 6 | from DistUtilsExtra.command import * |
| 7 | 7 | ||
| 8 | __version__ = '0.5.3' | 8 | __version__ = '6.0' |
| 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 |
