diff --git a/IPython/core/release.py b/IPython/core/release.py index 5ec2815..e726ee1 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -20,11 +20,11 @@ name = 'ipython' # release. 'dev' as a _version_extra string means this is a development # version _version_major = 3 -_version_minor = 2 +_version_minor = 3 _version_patch = 0 -# _version_extra = 'dev' +_version_extra = 'dev' # _version_extra = 'rc1' -_version_extra = '' # Uncomment this for full releases +# _version_extra = '' # Uncomment this for full releases # release.codename is deprecated in 2.0, will be removed in 3.0 codename = '' diff --git a/IPython/html/static/base/js/namespace.js b/IPython/html/static/base/js/namespace.js index 69f5bb1..ca3f908 100644 --- a/IPython/html/static/base/js/namespace.js +++ b/IPython/html/static/base/js/namespace.js @@ -4,7 +4,7 @@ var IPython = IPython || {}; define([], function(){ "use strict"; - IPython.version = "3.2.0"; + IPython.version = "3.3.0-dev"; IPython._target = '_blank'; return IPython; }); diff --git a/docs/source/whatsnew/development.rst b/docs/source/whatsnew/development.rst index fed287d..1e09ecb 100644 --- a/docs/source/whatsnew/development.rst +++ b/docs/source/whatsnew/development.rst @@ -20,4 +20,3 @@ Backwards incompatible changes .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. -