Skip to content

Commit a81eb2a

Browse files
committed
skip check-manifest for now waiting on hatch availability
1 parent 95cce70 commit a81eb2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "0.0.4";
76+
Jupyter.version = "0.3.7";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ testpaths = [
1313
]
1414

1515
[tool.jupyter-releaser]
16-
skip = ["check-links"]
16+
skip = ["check-links", "check-manifest"]
1717

1818
[tool.jupyter-releaser.hooks]
1919
after-bump-version = "python setup.py jsversion"

0 commit comments

Comments
 (0)