##// END OF EJS Templates
Open 0.10.2 branch for development....
Fernando Perez -
Show More
@@ -20,8 +20,8 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.10.1'
24 version_base = '0.10.2'
25 branch = 'ipython'
25 branch = 'ipython'
26
26
27 if development:
27 if development:
General Comments 0
You need to be logged in to leave comments. Login now