diff options
| author | jvoisin | 2012-05-06 15:02:09 +0200 |
|---|---|---|
| committer | jvoisin | 2012-05-06 15:02:09 +0200 |
| commit | faac6b825bf087879c2229bc939697529d6e547e (patch) | |
| tree | 4478dd2427600af68b1d68a2c57d2b3a36d72ff6 | |
| parent | 794508bd9cd845e26ecfff044637d18754e00e5b (diff) | |
Update changelog and bump version0.3.1
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | RELEASE | 4 | ||||
| -rw-r--r-- | lib/mat.py | 2 |
3 files changed, 8 insertions, 3 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 0.3.1 - 06may2012 | ||
| 2 | * Better handling of missing libraries | ||
| 3 | * Improve the setup.py | ||
| 4 | * Bugfixes | ||
| 5 | |||
| 1 | 0.3 - 07mar2012 | 6 | 0.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 |
| @@ -2,10 +2,10 @@ update changelog: | |||
| 2 | git log -> CHANGELOG | 2 | git log -> CHANGELOG |
| 3 | 3 | ||
| 4 | update version number: | 4 | update version number: |
| 5 | mat/mat.py -> __version__ = $VERSION | 5 | lib/mat.py -> __version__ = $VERSION |
| 6 | 6 | ||
| 7 | commit release changes | 7 | commit release changes |
| 8 | git commit CHANGELOG mat/mat.py | 8 | git commit CHANGELOG lib/mat.py |
| 9 | 9 | ||
| 10 | create a tag | 10 | create a tag |
| 11 | git tag -s $VERSION | 11 | git tag -s $VERSION |
| @@ -15,7 +15,7 @@ import hachoir_parser | |||
| 15 | 15 | ||
| 16 | import strippers | 16 | import 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 |
