summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2011-12-24 16:48:27 +0100
committerjvoisin2011-12-24 16:48:27 +0100
commitc3f9acb5f68989c5a31530392afc1cafd17f89e7 (patch)
treefb82ab84d26745e58a566db8d58d022ff8774bf2 /RELEASE
parent78a1533f9c707e5e92257828b9720dab2aae1fb0 (diff)
Update release process
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 376900b..f77e7ae 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,9 @@
1update changelog: 1update changelog:
2 git log 2 git log
3 3
4update version number:
5 mat/mat.py -> __version__ = $VERSION
6
4create a tag 7create a tag
5 git tag -s $VERSION 8 git tag -s $VERSION
6 9