From 9827fc7b386b0576758092ff785726863dabf797 2009-04-14 06:19:19 From: Fernando Perez Date: 2009-04-14 06:19:19 Subject: [PATCH] Update version numbers for 0.10 dev --- diff --git a/IPython/Release.py b/IPython/Release.py index d2e3bf5..5ced53d 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -20,10 +20,10 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -development = False # change this to False to do a release -version_base = '0.9.1' +development = True # change this to False to do a release +version_base = '0.10' branch = 'ipython' -revision = '1143' +revision = '1195' if development: if branch == 'ipython':