From c48a7864b8abbdacc440f2dce4ad4f7a0c6dd755 2010-01-06 23:15:22 From: Fernando Perez Date: 2010-01-06 23:15:22 Subject: [PATCH] Update revision info for development of 0.10.1 branch. --- diff --git a/IPython/Release.py b/IPython/Release.py index e791202..08a48c0 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.10' +development = True # change this to False to do a release +version_base = '0.10.1' branch = 'ipython' -revision = '1210' +revision = '1215' if development: if branch == 'ipython':