release version 4.1.0b1

This commit is contained in:
Matthias Bussonnier 2015-12-11 19:04:53 +01:00
parent 3170602e8c
commit c116f33b4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
version_info = (4, 1, 0, 'dev')
version_info = (4, 1, 0, 'b1')
__version__ = '.'.join(map(str, version_info))

View File

@ -73,7 +73,7 @@ define(function(){
// tree
jglobal('SessionList','tree/js/sessionlist');
Jupyter.version = "4.1.0.dev";
Jupyter.version = "4.1.0.b1";
Jupyter._target = '_blank';
return Jupyter;
});