##// END OF EJS Templates
use dev for maintenance branch version...
use dev for maintenance branch version instead of 'maint' PEP 440 made anything other than 'dev' unparseable

File last commit:

r21244:38929298
r21244:38929298
Show More
namespace.js
10 lines | 265 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.2.0-dev";
IPython._target = '_blank';
return IPython;
});