mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
release version 4.1.0b1
This commit is contained in:
parent
3170602e8c
commit
c116f33b4f
@ -1,2 +1,2 @@
|
||||
version_info = (4, 1, 0, 'dev')
|
||||
version_info = (4, 1, 0, 'b1')
|
||||
__version__ = '.'.join(map(str, version_info))
|
||||
|
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user