##// END OF EJS Templates
Update version numbers for 0.10 dev
Fernando Perez -
Show More
@@ -20,10 +20,10 b" name = 'ipython'"
20 # because bdist_rpm does not accept dashes (an RPM) convention, and
20 # because bdist_rpm does not accept dashes (an RPM) convention, and
21 # bdist_deb does not accept underscores (a Debian convention).
21 # bdist_deb does not accept underscores (a Debian convention).
22
22
23 development = False # change this to False to do a release
23 development = True # change this to False to do a release
24 version_base = '0.9.1'
24 version_base = '0.10'
25 branch = 'ipython'
25 branch = 'ipython'
26 revision = '1143'
26 revision = '1195'
27
27
28 if development:
28 if development:
29 if branch == 'ipython':
29 if branch == 'ipython':
General Comments 0
You need to be logged in to leave comments. Login now