diff options
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | RELEASE | 6 | ||||
| -rw-r--r-- | mat/mat.py | 2 |
3 files changed, 10 insertions, 3 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 0.2.2 - 29dec2011 - bugfix release | ||
| 2 | * Update documentation | ||
| 3 | * Improve tests | ||
| 4 | * Various bugfixes | ||
| 5 | |||
| 1 | 0.2.1 - 25dec2011 | 6 | 0.2.1 - 25dec2011 |
| 2 | * Fix critical bugs in GUI | 7 | * Fix critical bugs in GUI |
| 3 | * Handle opendocument metadata | 8 | * Handle opendocument metadata |
| @@ -1,9 +1,11 @@ | |||
| 1 | update changelog: | 1 | update changelog: |
| 2 | git log | 2 | git log -> CHANGELOG |
| 3 | 3 | ||
| 4 | update version number: | 4 | update version number: |
| 5 | mat/mat.py -> __version__ = $VERSION | 5 | mat/mat.py -> __version__ = $VERSION |
| 6 | setup.py | 6 | |
| 7 | commit release changes | ||
| 8 | git commit CHANGELOG mat/mat.py | ||
| 7 | 9 | ||
| 8 | create a tag | 10 | create a tag |
| 9 | 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.2.1' | 18 | __version__ = '0.2.2' |
| 19 | __author__ = 'jvoisin' | 19 | __author__ = 'jvoisin' |
| 20 | 20 | ||
| 21 | #Silence | 21 | #Silence |
