##// END OF EJS Templates
Updating Release.py to get ready for a 0.9 release. The release is a ways off, but I want to get us...
Brian E Granger -
Show More
@@ -22,15 +22,15 b" name = 'ipython'"
22 22 # because bdist_rpm does not accept dashes (an RPM) convention, and
23 23 # bdist_deb does not accept underscores (a Debian convention).
24 24
25 revision = '128'
25 revision = '1016'
26 26 branch = 'ipython'
27 27
28 28 if branch == 'ipython':
29 version = '0.8.4.bzr.r' + revision
29 version = '0.9.0.bzr.r' + revision
30 30 else:
31 version = '0.8.4.bzr.r%s.%s' % (revision,branch)
31 version = '0.9.0.bzr.r%s.%s' % (revision,branch)
32 32
33 version = '0.8.4'
33 # version = '0.8.4'
34 34
35 35 description = "Tools for interactive development in Python."
36 36
General Comments 0
You need to be logged in to leave comments. Login now