File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66# Downstream maintainer, when running `python.setup.py jsversion`,
77# the version string is propagated to the JavaScript files, do not forget to
8- # patch the JavaScript files in `.postN` release done by distributions.
8+ # patch the JavaScript files in `.postN` release done by distributions.
99
10- # Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
10+ # Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
1111
12- version_info = (5 , 7 , 0 , '.dev0' )
12+ version_info = (5 , 7 , 0 )
1313__version__ = '.' .join (map (str , version_info [:3 ])) + '' .join (version_info [3 :])
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ define(function(){
7373 // tree
7474 jglobal ( 'SessionList' , 'tree/js/sessionlist' ) ;
7575
76- Jupyter . version = "5.7.0.dev0 " ;
76+ Jupyter . version = "5.7.0" ;
7777 Jupyter . _target = '_blank' ;
7878 return Jupyter ;
7979} ) ;
You can’t perform that action at this time.
0 commit comments