From ee204ae0ea5a6f13458fae6c43bde79990ae157c 2014-04-02 21:27:21 From: MinRK Date: 2014-04-02 21:27:21 Subject: [PATCH] use 'maint' for maintenance branch version_extra --- diff --git a/IPython/core/release.py b/IPython/core/release.py index e99b0f2..fcc6262 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,7 +22,7 @@ name = 'ipython' _version_major = 2 _version_minor = 1 _version_patch = 0 -_version_extra = 'dev' +_version_extra = 'maint' # _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 47e3abe..75e2fd8 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 = "2.1.0-maint"; IPython.namespace = function (ns_string) { "use strict";