From 2a9830be52f59471bbcc5a94dc475a55ca05079b 2014-08-06 23:20:55 From: Thomas Kluyver Date: 2014-08-06 23:20:55 Subject: [PATCH] Bump version to 2.3.0 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 5bcc833..5ccab93 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 = 2 -_version_minor = 2 +_version_minor = 3 _version_patch = 0 _version_extra = 'maint' # _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 abe8ea1..dc10f57 100644 --- a/IPython/html/static/base/js/namespace.js +++ b/IPython/html/static/base/js/namespace.js @@ -7,7 +7,7 @@ var IPython = IPython || {}; -IPython.version = "2.2.0"; +IPython.version = "2.3.0-maint"; IPython.namespace = function (ns_string) { "use strict";