diff --git a/IPython/core/release.py b/IPython/core/release.py index 844856f..d1c5a81 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 = 1 -_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 14d8b36..fe46434 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.1-maint"; +IPython.version = "2.4.1"; IPython.namespace = function (ns_string) { "use strict";