From a9897bb8ed32eb8ceb2313a8bac13accfa2440fb 2014-04-09 20:42:45 From: MinRK Date: 2014-04-09 20:42:45 Subject: [PATCH] master is 3.0.0-dev --- diff --git a/IPython/core/release.py b/IPython/core/release.py index e99b0f2..e51a93c 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -19,8 +19,8 @@ name = 'ipython' # IPython version information. An empty _version_extra corresponds to a full # release. 'dev' as a _version_extra string means this is a development # version -_version_major = 2 -_version_minor = 1 +_version_major = 3 +_version_minor = 0 _version_patch = 0 _version_extra = 'dev' # _version_extra = 'rc1' diff --git a/IPython/html/static/base/js/namespace.js b/IPython/html/static/base/js/namespace.js index 47e3abe..3b36198 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.1.0-dev"; +IPython.version = "3.0.0-dev"; IPython.namespace = function (ns_string) { "use strict";