summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-12-29 18:20:03 +0100
committerjvoisin2011-12-29 18:20:03 +0100
commit74055e66ac1a5d79e04aee899c7dc0a224ae310d (patch)
tree177bb9c2f171ac1f79af1ec21a0f079c37d8e8fb
parent29763bdc956f84dd134b983b9ff006a3109d6ea8 (diff)
Update changelog and version0.2.2
Diffstat (limited to '')
-rw-r--r--CHANGELOG5
-rw-r--r--RELEASE6
-rw-r--r--mat/mat.py2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b2480f4..4e9e2fa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
10.2.2 - 29dec2011 - bugfix release
2 * Update documentation
3 * Improve tests
4 * Various bugfixes
5
10.2.1 - 25dec2011 60.2.1 - 25dec2011
2 * Fix critical bugs in GUI 7 * Fix critical bugs in GUI
3 * Handle opendocument metadata 8 * Handle opendocument metadata
diff --git a/RELEASE b/RELEASE
index 6e37d81..c1b0568 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,9 +1,11 @@
1update changelog: 1update changelog:
2 git log 2 git log -> CHANGELOG
3 3
4update version number: 4update version number:
5 mat/mat.py -> __version__ = $VERSION 5 mat/mat.py -> __version__ = $VERSION
6 setup.py 6
7commit release changes
8 git commit CHANGELOG mat/mat.py
7 9
8create a tag 10create a tag
9 git tag -s $VERSION 11 git tag -s $VERSION
diff --git a/mat/mat.py b/mat/mat.py
index fa01b01..53d02d8 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.2.1' 18__version__ = '0.2.2'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence