summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG7
-rw-r--r--MAT/mat.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bcfb92e..bf80ac1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
10.3.3 - 5jan2012
2 * Settings can now be changed for already added files
3 * Improved the testsuite robustness
4 * Fix (hopefully) for good the setup.py
5 * Add the possibility to reduce produced pdf's quality and size
6 * Bugfixes
7
10.3.2 - 27may2012 80.3.2 - 27may2012
2 * Add localisation (new translations are welcome) 9 * Add localisation (new translations are welcome)
3 * Even more beter handling of missing libraries 10 * Even more beter handling of missing libraries
diff --git a/MAT/mat.py b/MAT/mat.py
index 1ec2150..7b5149f 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import strippers 16import strippers
17 17
18__version__ = '0.3.2' 18__version__ = '0.3.3'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence