##// END OF EJS Templates
change version string for 0.8.3.rc1
Ville M. Vainio -
Show More
@@ -22,7 +22,7 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 = '109'
25 revision = '113'
26 26 branch = 'ipython'
27 27
28 28 if branch == 'ipython':
@@ -30,6 +30,8 b" if branch == 'ipython':"
30 30 else:
31 31 version = '0.8.3.bzr.r%s.%s' % (revision,branch)
32 32
33 version = '0.8.3.rc1'
34
33 35 description = "An enhanced interactive Python shell."
34 36
35 37 long_description = \
General Comments 0
You need to be logged in to leave comments. Login now