diff --git a/IPython/core/release.py b/IPython/core/release.py index 822b940..5c30f74 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,7 +22,7 @@ name = 'ipython' _version_major = 3 _version_minor = 0 _version_patch = 0 -_version_extra = 'dev' +_version_extra = 'rc1' # _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 8b5b76b..8976720 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.0.0-dev"; + IPython.version = "3.0.0-rc1"; IPython._target = '_blank'; return IPython; });