From 6e6a85aea0c04221e5d45a5fe369da7031bade67 2010-01-13 09:50:26 From: Fernando Perez Date: 2010-01-13 09:50:26 Subject: [PATCH] Update revnum; ready for testing, will upload and send to the dev list. Docs have been added, this is close to a reasonable RC for 0.11. As of this revision, we're down to 0 errors on linux and 1 on windows (that appears twice). The windows error is tracked here: https://bugs.launchpad.net/ipython/+bug/506839 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 3464fda..d97814a 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -23,7 +23,7 @@ name = 'ipython' development = True # change this to False to do a release version_base = '0.11' branch = 'ipython' -revision = '1313' +revision = '1321' if development: if branch == 'ipython':