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 3a34cd7..99e6fcf 100644
--- a/RELEASE
+++ b/RELEASE
@@ -9,10 +9,10 @@ update changelog:
9 git log -> CHANGELOG 9 git log -> CHANGELOG
10 10
11update version number (Don't be affraid to use -rc or -beta) 11update version number (Don't be affraid to use -rc or -beta)
12 MAT/mat.py -> __version__ = $VERSION 12 libmat/mat.py -> __version__ = $VERSION
13 13
14commit release changes 14commit release changes
15 git commit CHANGELOG MAT/mat.py 15 git commit CHANGELOG libmat/mat.py
16 16
17create a tag 17create a tag
18 git tag -s $VERSION 18 git tag -s $VERSION