From 9129c44cac9c4888734119b01a98384ee4569b1a 2008-08-17 22:35:29 From: Fernando Perez Date: 2008-08-17 22:35:29 Subject: [PATCH] Update release info for beta3 --- diff --git a/IPython/Release.py b/IPython/Release.py index f2889d6..35ece4f 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -23,9 +23,9 @@ name = 'ipython' # bdist_deb does not accept underscores (a Debian convention). development = False # change this to False to do a release -version_base = '0.9.beta2' +version_base = '0.9.beta3' branch = 'ipython' -revision = '1104' +revision = '1106' if development: if branch == 'ipython':