Release 3.0

This commit is contained in:
Thomas Kluyver 2015-02-27 15:46:17 -08:00
parent 287e4e49e0
commit 76ce8cd2fb

View File

@ -4,7 +4,7 @@
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.0.0-dev";
IPython.version = "3.0.0";
IPython._target = '_blank';
return IPython;
});