summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2013-01-04 04:48:37 +0100
committerjvoisin2013-01-04 04:48:37 +0100
commit6c25a83cfbad6539f2e71a63e32328da5363bade (patch)
treea01ec1599be4e946ee6282e6c8f5f5af5f929a2d
parentc361d5db80172522af6b3a204797d7ef7ee2e7fd (diff)
Update version and changelog0.3.3
-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