From 312a78072350a01eec3e680fec667011b3551486 2010-01-10 17:57:02 From: Fernando Perez Date: 2010-01-10 17:57:02 Subject: [PATCH] Update public revnum to make test installers for wider use. At this point, all scripts, tests and doc build work on linux. --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 4e42148..ea64271 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 = '1219' +revision = '1284' if development: if branch == 'ipython':