Skip to content

Commit 3031084

Browse files
Publish 7.0.0a2
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.2.tgz: 160b7177790b0ee35f08e2bca828e9e20538aa29ea2460e54ea8c8a54a8fa85f jupyter-notebook-application-extension-7.0.0-alpha.2.tgz: a0f996a4b94cd85d6ffd48e843f6437480210122d5e808a480267c3af46d82a2 jupyter-notebook-console-extension-7.0.0-alpha.2.tgz: 5e3f902609f7aa8d4060cd2d9d3418de3a5b292e8979d12fb9040c6215879892 jupyter-notebook-docmanager-extension-7.0.0-alpha.2.tgz: eff43a5bf6d8aeb133abeb55d92df48ab9f0324c04e012229f562184ac0e7276 jupyter-notebook-documentsearch-extension-7.0.0-alpha.2.tgz: c1bfb6cf1df4bf121739037f83392487a6122dad872201e2ee61341c6f3883b2 jupyter-notebook-help-extension-7.0.0-alpha.2.tgz: 4d60538bbdafd04e6a86caa023833c8805837ad18a334b373395ef06197d3ad0 jupyter-notebook-lab-extension-7.0.0-alpha.2.tgz: 27a1c522d14a00930253b5b274bd826347bc74778c97c107542f78773addff3e jupyter-notebook-notebook-extension-7.0.0-alpha.2.tgz: d59e4bf7905f875854b30d0375ce01f18fd91ab04d251014ed96cc404eb985d9 jupyter-notebook-terminal-extension-7.0.0-alpha.2.tgz: 02729e33a3d67df9f5fcdac29449f4e657aa972a25050cc22021a970f5b689c8 jupyter-notebook-tree-extension-7.0.0-alpha.2.tgz: 0904ae6751592e9e259fb36721263a071bc65a7e7e74f7a94c453324a4d7cd67 jupyter-notebook-ui-components-7.0.0-alpha.2.tgz: fe42cebe0f38bce37855f878f6334cc5012d809fcf7e8aff39459fab389b840c notebook-7.0.0a2-py3-none-any.whl: 635db8e4d6c530229ed9e969a0327557c8bf37fb191694d38aa563ae6e1f0312 notebook-7.0.0a2.tar.gz: 102c635947f610d9eaae11f8fde14ed85d4cea06df9732e746def9e95110ee72
1 parent ed8b1fa commit 3031084

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', 1
2+
current_version = 7, 0, 0, 'alpha', 2
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.1",
3+
"version": "7.0.0-alpha.2",
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.1",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.1",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.1",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.1",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.1",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.1",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.1",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.1",
22-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.1",
23-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.1",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.2",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.2",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.2",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.2",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.2",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.2",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.2",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.2",
22+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.2",
23+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.2",
2424
"@jupyterlab/application": "~4.0.0-alpha.7",
2525
"@jupyterlab/application-extension": "~4.0.0-alpha.7",
2626
"@jupyterlab/apputils": "~4.0.0-alpha.7",
@@ -94,16 +94,16 @@
9494
"yjs": "~13.5.28"
9595
},
9696
"dependencies": {
97-
"@jupyter-notebook/application": "^7.0.0-alpha.1",
98-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.1",
99-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.1",
100-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.1",
101-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.1",
102-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.1",
103-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.1",
104-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.1",
105-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.1",
106-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
97+
"@jupyter-notebook/application": "^7.0.0-alpha.2",
98+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.2",
99+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.2",
100+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.2",
101+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.2",
102+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.2",
103+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.2",
104+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.2",
105+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.2",
106+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
107107
"@jupyterlab/application-extension": "^4.0.0-alpha.7",
108108
"@jupyterlab/apputils-extension": "^4.0.0-alpha.7",
109109
"@jupyterlab/celltags": "^4.0.0-alpha.7",

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.1",
3+
"version": "7.0.0-alpha.2",
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
@@ -12,7 +12,7 @@
1212
])
1313

1414
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
15-
version_info = VersionInfo(7, 0, 0, 'alpha', 1)
15+
version_info = VersionInfo(7, 0, 0, 'alpha', 2)
1616

1717
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
1818

packages/_metapackage/package.json

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

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.1",
3+
"version": "7.0.0-alpha.2",
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.1",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.2",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
4444
"@jupyterlab/application": "^4.0.0-alpha.7",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.7",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.7",

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.1",
3+
"version": "7.0.0-alpha.2",
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.1",
3+
"version": "7.0.0-alpha.2",
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.1",
3+
"version": "7.0.0-alpha.2",
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.1",
3+
"version": "7.0.0-alpha.2",
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.1",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.2",
4343
"@jupyterlab/application": "^4.0.0-alpha.7",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.7",
4545
"@lumino/widgets": "^1.31.1"

0 commit comments

Comments
 (0)