diff options
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | libmat/mat.py | 2 |
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 0.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 | |||
| 1 | 0.5.3 - 11apr2015 | 9 | 0.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 | ||
| 17 | import libmat.exceptions | 17 | import 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 |
