##// END OF EJS Templates
Release 0.8.3 branch
vivainio2 -
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 = '114'
25 revision = '117'
26 26 branch = 'ipython'
27 27
28 28 if branch == 'ipython':
@@ -30,7 +30,7 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'
33 version = '0.8.3'
34 34
35 35 description = "An enhanced interactive Python shell."
36 36
@@ -3,6 +3,8 b''
3 3 * iplib.py, ipmaker.py: survive lack of doctest and site._Helper
4 4 for minimal environments (e.g. Maemo sdk python)
5 5
6 * Branch for 0.8.3
7
6 8 2008-05-14 Ville Vainio <vivainio@gmail.com>
7 9
8 10 * Extensions/ipy_greedycompleter.py:
General Comments 0
You need to be logged in to leave comments. Login now