summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2014-06-10 19:20:17 +0200
committerjvoisin2014-06-10 19:20:17 +0200
commitcd81ab4f9f9cf4afc7dd052c1d0e282169bcdc38 (patch)
treee1feaf36dba1384644b12304caca234601dc2f43
parentaf36529554c39a2eefcc2c8723715e2d25b401b8 (diff)
Update the release process
Don't forget to update __version__ in setup.py
-rw-r--r--RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 99e6fcf..e95b5f2 100644
--- a/RELEASE
+++ b/RELEASE
@@ -10,6 +10,7 @@ update 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 libmat/mat.py -> __version__ = $VERSION 12 libmat/mat.py -> __version__ = $VERSION
13 setup.py -> __version__ = $VERSION
13 14
14commit release changes 15commit release changes
15 git commit CHANGELOG libmat/mat.py 16 git commit CHANGELOG libmat/mat.py