From 19c4fb6609ead45e055a17c5e27af1c9cd3d18ed 2008-05-30 14:06:31 From: Ville M. Vainio Date: 2008-05-30 14:06:31 Subject: [PATCH] update version to 0.8.4 for point release --- diff --git a/IPython/Release.py b/IPython/Release.py index 5c47e82..f70b95e 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -22,15 +22,15 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '85' +revision = '124' branch = 'ipython' if branch == 'ipython': - version = '0.8.3.bzr.r' + revision + version = '0.8.4.bzr.r' + revision else: - version = '0.8.3.bzr.r%s.%s' % (revision,branch) + version = '0.8.4.bzr.r%s.%s' % (revision,branch) -version = '0.8.3' +version = '0.8.4' description = "An enhanced interactive Python shell." diff --git a/doc/ChangeLog b/doc/ChangeLog index 8f57dc8..0cb0b88 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2008-05-30 Ville Vainio + + * shell.py: disable -twisted on non-win32 platforms. + import sets module on python 2.3. + + * Release.py: update version to 0.8.4 for quick point fix + 2008-05-28 *** Released version 0.8.3 2008-05-28 Fernando Perez