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 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