File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import re
66
77# Version string must appear intact for tbump versioning
8- __version__ = '1.3.2 '
8+ __version__ = '1.3.3.dev0 '
99
1010# Build up version_info tuple for backwards compatibility
1111pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
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 = "1.3.2 " ;
76+ Jupyter . version = "1.3.3.dev0 " ;
7777 Jupyter . _target = '_blank' ;
7878
7979 return Jupyter ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
99
1010[project ]
1111name = " nbclassic"
12- version = " 1.3.2 "
12+ version = " 1.3.3.dev0 "
1313
1414description = " Jupyter Notebook as a Jupyter Server extension."
1515readme = " README.md"
@@ -241,7 +241,7 @@ field = [
241241]
242242
243243[tool .tbump .version ]
244- current = " 1.3.2 "
244+ current = " 1.3.3.dev0 "
245245regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
246246
247247[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments