Skip to content

Commit 559dd39

Browse files
Publish 7.0.0a5
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.5.tgz: aa4c1531d357d670f300f197b4ae1624d2a534e454a4bf9a2ac27d7ff768b4d0 jupyter-notebook-application-extension-7.0.0-alpha.5.tgz: 2c80f2182f6456f181903acf2a9d4c44bd37cd48e9b3786b02e3faee725415b3 jupyter-notebook-console-extension-7.0.0-alpha.5.tgz: f32630c650da09c9e3d0f7cf631479c5a2263f20e5bfad447acca5fed53334f3 jupyter-notebook-docmanager-extension-7.0.0-alpha.5.tgz: 329692008393257decc57ae3389f02a96bb452fbaf793c5bcd9f3419de81c473 jupyter-notebook-documentsearch-extension-7.0.0-alpha.5.tgz: 4c8c704407924e577a3a67e5f552dc7ae7d1c62e5c28d566284a49dba484da54 jupyter-notebook-help-extension-7.0.0-alpha.5.tgz: 4785a77cb86c2faeae1fda4b6a1a0d0bced61f3085a0b4e92646953073cf3511 jupyter-notebook-lab-extension-7.0.0-alpha.5.tgz: e0ecbcc914712f5140b671e7e381e746296f955f4ab523b590003b9e7679fe1a jupyter-notebook-notebook-extension-7.0.0-alpha.5.tgz: 5b0b33c817ca292c92bf955bc990b22a5137ef6a42c1ff5e535c682dfdc0ece1 jupyter-notebook-terminal-extension-7.0.0-alpha.5.tgz: 2bc9e15170ab1277784333accb8db4a077044a53653f341484c9b5ec1746f35c jupyter-notebook-tree-extension-7.0.0-alpha.5.tgz: bbcc9050d0501edc47af3d9d6b28d941a60a08ff0fcefc38441ce0b274548ee8 jupyter-notebook-ui-components-7.0.0-alpha.5.tgz: 67bf33d48e49efb7d8b989cd4ffa5764de639c67bd2b6e17c7f12f5b50197638 notebook-7.0.0a5-py3-none-any.whl: e5e9768d8760d828df2e57ce37fa44a408021572bde74273a095cd1ce564eed8 notebook-7.0.0a5.tar.gz: 26f62bcc43e3dc692f9d12d5fe6a0e183d8e5d7176db1d53b00a13f872a9f9da
1 parent bb9433b commit 559dd39

File tree

16 files changed

+45
-45
lines changed

16 files changed

+45
-45
lines changed

.bumpversion.cfg

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

99
[bumpversion:part:release]
1010
optional_value = final
11-
values =
11+
values =
1212
alpha
1313
beta
1414
candidate

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.4",
3+
"version": "7.0.0-alpha.5",
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.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",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.5",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.5",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.5",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.5",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.5",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.5",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.5",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.5",
22+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.5",
23+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.5",
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.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",
99+
"@jupyter-notebook/application": "^7.0.0-alpha.5",
100+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.5",
101+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.5",
102+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.5",
103+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.5",
104+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.5",
105+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.5",
106+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.5",
107+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.5",
108+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.5",
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.4",
3+
"version": "7.0.0-alpha.5",
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", 4)
9+
version_info = VersionInfo(7, 0, 0, "alpha", 5)
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.4",
3+
"version": "7.0.0-alpha.5",
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.4",
3+
"version": "7.0.0-alpha.5",
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.4",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.4",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.5",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.5",
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.4",
3+
"version": "7.0.0-alpha.5",
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.4",
3+
"version": "7.0.0-alpha.5",
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.4",
3+
"version": "7.0.0-alpha.5",
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.4",
3+
"version": "7.0.0-alpha.5",
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.4",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.5",
4343
"@jupyterlab/application": "^4.0.0-alpha.10",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.10",
4545
"@lumino/widgets": "^1.32.0"

0 commit comments

Comments
 (0)