From 8b0eef4cb37a85b8a35784f82799352188d90ca3 2015-06-22 01:09:14 From: Min RK Date: 2015-06-22 01:09:14 Subject: [PATCH] release 3.2.0 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 134f267..5ec2815 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,9 +22,9 @@ name = 'ipython' _version_major = 3 _version_minor = 2 _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 3fd8338..69f5bb1 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-dev"; + IPython.version = "3.2.0"; IPython._target = '_blank'; return IPython; });