diff --git a/IPython/core/release.py b/IPython/core/release.py index aea9479..166d4f5 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,9 +22,9 @@ name = 'ipython' _version_major = 2 _version_minor = 3 _version_patch = 1 -_version_extra = 'maint' +# _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 7837690..c7640d3 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.4.0-maint"; +IPython.version = "2.3.1"; IPython.namespace = function (ns_string) { "use strict";