summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--MAT/mat.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 17c734c..d4f8d95 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
10.4 - 13oct2013
2 * Minor refactoring of the testsuite
3 * Translations
4 * Enhance MAT's behaviour on read-only files
5 * Fix an Exiftool-related misbehavior
6
10.4rc - 17jul2013 70.4rc - 17jul2013
2 * Support of mp3/flac/ogg 8 * Support of mp3/flac/ogg
3 * Port from Gtk2 to Gtk3 9 * Port from Gtk2 to Gtk3
diff --git a/MAT/mat.py b/MAT/mat.py
index ffe97ea..a1dc111 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import MAT.exceptions 16import MAT.exceptions
17 17
18__version__ = '0.4-rc' 18__version__ = '0.4'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence