summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 05cd5af..e516378 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,10 +6,10 @@ update changelog:
6 git log -> CHANGELOG 6 git log -> CHANGELOG
7 7
8update version number: 8update version number:
9 mat/mat.py -> __version__ = $VERSION 9 MAT/mat.py -> __version__ = $VERSION
10 10
11commit release changes 11commit release changes
12 git commit CHANGELOG lib/mat.py 12 git commit CHANGELOG MAT/mat.py
13 13
14create a tag 14create a tag
15 git tag -s $VERSION 15 git tag -s $VERSION