From c075f0348e44cf2592c8697fb8e7697d37517704 2010-02-01 06:16:34 From: Brian Granger Date: 2010-02-01 06:16:34 Subject: [PATCH] Bumping version to 0.11.apha1. --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 4a137af..de540a9 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -21,9 +21,9 @@ name = 'ipython' # bdist_deb does not accept underscores (a Debian convention). development = True # change this to False to do a release -version_base = '0.11' +version_base = '0.11.alpha1' branch = 'ipython' -revision = '1363' +revision = '1223' if development: if branch == 'ipython':