Skip to content

Commit bafa74f

Browse files
committed
Bump to 1.3.3.dev0
1 parent f8f892a commit bafa74f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

nbclassic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import 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
1111
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

nbclassic/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[project]
1111
name = "nbclassic"
12-
version = "1.3.2"
12+
version = "1.3.3.dev0"
1313

1414
description = "Jupyter Notebook as a Jupyter Server extension."
1515
readme = "README.md"
@@ -241,7 +241,7 @@ field = [
241241
]
242242

243243
[tool.tbump.version]
244-
current = "1.3.2"
244+
current = "1.3.3.dev0"
245245
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
246246

247247
[tool.tbump.git]

0 commit comments

Comments
 (0)