From c7d6cde44e4e63d2bc4bd6389cb09bd9f03aa148 2008-05-23 14:55:58 From: Ville M. Vainio Date: 2008-05-23 14:55:58 Subject: [PATCH] change version string for 0.8.3.rc1 --- diff --git a/IPython/Release.py b/IPython/Release.py index 72e896e..edb44f3 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '109' +revision = '113' branch = 'ipython' if branch == 'ipython': @@ -30,6 +30,8 @@ if branch == 'ipython': else: version = '0.8.3.bzr.r%s.%s' % (revision,branch) +version = '0.8.3.rc1' + description = "An enhanced interactive Python shell." long_description = \