summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 4 insertions, 2 deletions
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