##// 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 # because bdist_rpm does not accept dashes (an RPM) convention, and
22 # because bdist_rpm does not accept dashes (an RPM) convention, and
23 # bdist_deb does not accept underscores (a Debian convention).
23 # bdist_deb does not accept underscores (a Debian convention).
24
24
25 revision = '109'
25 revision = '113'
26 branch = 'ipython'
26 branch = 'ipython'
27
27
28 if branch == 'ipython':
28 if branch == 'ipython':
@@ -30,6 +30,8 b" if branch == 'ipython':"
30 else:
30 else:
31 version = '0.8.3.bzr.r%s.%s' % (revision,branch)
31 version = '0.8.3.bzr.r%s.%s' % (revision,branch)
32
32
33 version = '0.8.3.rc1'
34
33 description = "An enhanced interactive Python shell."
35 description = "An enhanced interactive Python shell."
34
36
35 long_description = \
37 long_description = \
General Comments 0
You need to be logged in to leave comments. Login now