##// END OF EJS Templates
Update release info for beta3
Fernando Perez -
Show More
@@ -23,9 +23,9 b" name = 'ipython'"
23 # bdist_deb does not accept underscores (a Debian convention).
23 # bdist_deb does not accept underscores (a Debian convention).
24
24
25 development = False # change this to False to do a release
25 development = False # change this to False to do a release
26 version_base = '0.9.beta2'
26 version_base = '0.9.beta3'
27 branch = 'ipython'
27 branch = 'ipython'
28 revision = '1104'
28 revision = '1106'
29
29
30 if development:
30 if development:
31 if branch == 'ipython':
31 if branch == 'ipython':
General Comments 0
You need to be logged in to leave comments. Login now