From faac6b825bf087879c2229bc939697529d6e547e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 6 May 2012 15:02:09 +0200 Subject: Update changelog and bump version --- CHANGELOG | 5 +++++ RELEASE | 4 ++-- lib/mat.py | 2 +- 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 @@ +0.3.1 - 06may2012 + * Better handling of missing libraries + * Improve the setup.py + * Bugfixes + 0.3 - 07mar2012 * Merge the two cleaning mode in one * 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: git log -> CHANGELOG update version number: - mat/mat.py -> __version__ = $VERSION + lib/mat.py -> __version__ = $VERSION commit release changes - git commit CHANGELOG mat/mat.py + git commit CHANGELOG lib/mat.py create a tag 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 import strippers -__version__ = '0.3.0' +__version__ = '0.3.1' __author__ = 'jvoisin' #Silence -- cgit v1.3