From b11c1c3e28b50e938bca0a8a50d7721f535cf0c8 2015-01-30 20:41:28 From: Min RK Date: 2015-01-30 20:41:28 Subject: [PATCH] release 2.4.0 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index ec3861e..aa0c5f2 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,7 +22,7 @@ name = 'ipython' _version_major = 2 _version_minor = 4 _version_patch = 0 -_version_extra = 'maint' +_version_extra = '' # _version_extra = 'rc1' #_version_extra = '' # Uncomment this for full releases diff --git a/IPython/html/static/base/js/namespace.js b/IPython/html/static/base/js/namespace.js index 7837690..26d11ba 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.4.0"; IPython.namespace = function (ns_string) { "use strict";