##// END OF EJS Templates
update version to 0.8.4 for point release
Ville M. Vainio -
Show More
@@ -22,15 +22,15 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 = '85'
25 revision = '124'
26 branch = 'ipython'
26 branch = 'ipython'
27
27
28 if branch == 'ipython':
28 if branch == 'ipython':
29 version = '0.8.3.bzr.r' + revision
29 version = '0.8.4.bzr.r' + revision
30 else:
30 else:
31 version = '0.8.3.bzr.r%s.%s' % (revision,branch)
31 version = '0.8.4.bzr.r%s.%s' % (revision,branch)
32
32
33 version = '0.8.3'
33 version = '0.8.4'
34
34
35 description = "An enhanced interactive Python shell."
35 description = "An enhanced interactive Python shell."
36
36
@@ -1,3 +1,10 b''
1 2008-05-30 Ville Vainio <vivainio@gmail.com>
2
3 * shell.py: disable -twisted on non-win32 platforms.
4 import sets module on python 2.3.
5
6 * Release.py: update version to 0.8.4 for quick point fix
7
1 2008-05-28 *** Released version 0.8.3
8 2008-05-28 *** Released version 0.8.3
2
9
3 2008-05-28 Fernando Perez <Fernando.Perez@berkeley.edu>
10 2008-05-28 Fernando Perez <Fernando.Perez@berkeley.edu>
General Comments 0
You need to be logged in to leave comments. Login now