Skip to content

Commit 5952653

Browse files
Publish 7.0.0a4
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.4.tgz: f065ff9cdeb8408c683d9194ea8b9ae0cf2ae93e06a1ed82d41f4f00ac2940f2 jupyter-notebook-application-extension-7.0.0-alpha.4.tgz: 8784fe4079a56930e0a1658a280e7e4e322d9a2127600986e21809753a241809 jupyter-notebook-console-extension-7.0.0-alpha.4.tgz: 70dff8115880928fd6b9f43668cd9d3887236c05cdb47332fe335444eb077db8 jupyter-notebook-docmanager-extension-7.0.0-alpha.4.tgz: 4f746dea0c5ab4b4c46329287496b4f8bb5bb934135e033a81ca28680cb88fa0 jupyter-notebook-documentsearch-extension-7.0.0-alpha.4.tgz: d0418f5ea16e6d20c0c13c2a0749d199837a3bd40a909a1e020522ea15a049f7 jupyter-notebook-help-extension-7.0.0-alpha.4.tgz: 8fda9a68ff66791965fc79e271d1a86be87e87bb898c519e6f8d74ac566a1d50 jupyter-notebook-lab-extension-7.0.0-alpha.4.tgz: 0b285afaacf5e9d05a5eae080d5e7fbecb00eb29cfd44b4238377f1036f4b997 jupyter-notebook-notebook-extension-7.0.0-alpha.4.tgz: 3d017d8293c5da24ba477d6ae03ca6133d7d1c08a43fa5e6ae2d9eb640d1622b jupyter-notebook-terminal-extension-7.0.0-alpha.4.tgz: 078c58b822fbc241a178b41a65ef30c8d8312cabb0042837873953e3de9d8ab9 jupyter-notebook-tree-extension-7.0.0-alpha.4.tgz: 68cb613cd758a67270d8eead4239c2199d1d3d34f99472b7d88320530f9befca jupyter-notebook-ui-components-7.0.0-alpha.4.tgz: 374ee1310fa1e48144f76becbc3daaeb1df8deea106b79388cbebb252a6480ea notebook-7.0.0a4-py3-none-any.whl: 7512f1b3751c3961bef759197601fcb2ef98e3ec00a186fd793fdac938d4332b notebook-7.0.0a4.tar.gz: 1c5c049cf14fc814d625dc23b4a52ccb4659d3b1f13acb5ff4f306ba65f90889
1 parent 5561782 commit 5952653

File tree

16 files changed

+43
-43
lines changed

16 files changed

+43
-43
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7, 0, 0, "alpha", 3
2+
current_version = 7, 0, 0, "alpha", 4
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)

app/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,16 +11,16 @@
1111
"watch": "webpack --config ./webpack.config.watch.js"
1212
},
1313
"resolutions": {
14-
"@jupyter-notebook/application": "~7.0.0-alpha.3",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.3",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.3",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.3",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.3",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.3",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.3",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.3",
22-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.3",
23-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.3",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.4",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.4",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.4",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.4",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.4",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.4",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.4",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.4",
22+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.4",
23+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.4",
2424
"@jupyterlab/application": "~4.0.0-alpha.10",
2525
"@jupyterlab/application-extension": "~4.0.0-alpha.10",
2626
"@jupyterlab/apputils": "~4.0.0-alpha.10",
@@ -96,16 +96,16 @@
9696
"yjs": "~13.5.38"
9797
},
9898
"dependencies": {
99-
"@jupyter-notebook/application": "^7.0.0-alpha.3",
100-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.3",
101-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.3",
102-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.3",
103-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.3",
104-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.3",
105-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.3",
106-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.3",
107-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.3",
108-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.3",
99+
"@jupyter-notebook/application": "^7.0.0-alpha.4",
100+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.4",
101+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.4",
102+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.4",
103+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.4",
104+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.4",
105+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.4",
106+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.4",
107+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.4",
108+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.4",
109109
"@jupyterlab/application-extension": "^4.0.0-alpha.10",
110110
"@jupyterlab/apputils-extension": "^4.0.0-alpha.10",
111111
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.10",

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])
77

88
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
9-
version_info = VersionInfo(7, 0, 0, "alpha", 3)
9+
version_info = VersionInfo(7, 0, 0, "alpha", 4)
1010

1111
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
1212

packages/_metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",

packages/application-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.3",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.3",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.4",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.4",
4444
"@jupyterlab/application": "^4.0.0-alpha.10",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.10",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.10",

packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/docmanager-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/documentsearch-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.3",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.4",
4343
"@jupyterlab/application": "^4.0.0-alpha.10",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.10",
4545
"@lumino/widgets": "^1.32.0"

packages/help-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.3",
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.4",
4343
"@jupyterlab/application": "^4.0.0-alpha.10",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.10",
4545
"@jupyterlab/mainmenu": "^4.0.0-alpha.10",

packages/lab-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyter-notebook/application": "^7.0.0-alpha.3",
46+
"@jupyter-notebook/application": "^7.0.0-alpha.4",
4747
"@jupyterlab/application": "^4.0.0-alpha.10",
4848
"@jupyterlab/apputils": "^4.0.0-alpha.10",
4949
"@jupyterlab/coreutils": "^6.0.0-alpha.10",

packages/notebook-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.3",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.4",
4343
"@jupyterlab/application": "^4.0.0-alpha.10",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.10",
4545
"@jupyterlab/cells": "^4.0.0-alpha.10",

packages/terminal-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/tree-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.3",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.4",
4343
"@jupyterlab/application": "^4.0.0-alpha.10",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.10",
4545
"@jupyterlab/coreutils": "^6.0.0-alpha.10",

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)