summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--RELEASE4
-rw-r--r--lib/mat.py2
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dc7dade..ffbef3d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
10.3.1 - 06may2012
2 * Better handling of missing libraries
3 * Improve the setup.py
4 * Bugfixes
5
10.3 - 07mar2012 60.3 - 07mar2012
2 * Merge the two cleaning mode in one 7 * Merge the two cleaning mode in one
3 * Fix a pdf related critical security bug 8 * Fix a pdf related critical security bug
diff --git a/RELEASE b/RELEASE
index c4b6a67..2e94652 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ update changelog:
2 git log -> CHANGELOG 2 git log -> CHANGELOG
3 3
4update version number: 4update version number:
5 mat/mat.py -> __version__ = $VERSION 5 lib/mat.py -> __version__ = $VERSION
6 6
7commit release changes 7commit release changes
8 git commit CHANGELOG mat/mat.py 8 git commit CHANGELOG lib/mat.py
9 9
10create a tag 10create a tag
11 git tag -s $VERSION 11 git tag -s $VERSION
diff --git a/lib/mat.py b/lib/mat.py
index 16ea301..2dc670c 100644
--- a/lib/mat.py
+++ b/lib/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import strippers 16import strippers
17 17
18__version__ = '0.3.0' 18__version__ = '0.3.1'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence