summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2012-05-06 15:02:09 +0200
committerjvoisin2012-05-06 15:02:09 +0200
commitfaac6b825bf087879c2229bc939697529d6e547e (patch)
tree4478dd2427600af68b1d68a2c57d2b3a36d72ff6 /RELEASE
parent794508bd9cd845e26ecfff044637d18754e00e5b (diff)
Update changelog and bump version0.3.1
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
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