diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 54c50538d..cb4c64804 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,14 +1,14 @@ [bumpversion] -current_version = 7, 0, 0, 'alpha', 0 +current_version = 7, 0, 0, 'alpha', 1 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \'(?P\S+)\'\,\ (?P\d+) -serialize = +serialize = {major}, {minor}, {patch}, '{release}', {build} [bumpversion:part:release] optional_value = final -values = +values = alpha beta candidate diff --git a/app/package.json b/app/package.json index 17bcaa368..6359c9ddd 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "private": true, "scripts": { "build": "webpack", @@ -11,16 +11,16 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.0", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.0", + "@jupyter-notebook/application": "~7.0.0-alpha.1", + "@jupyter-notebook/application-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/console-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/help-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.1", "@jupyterlab/application": "~4.0.0-alpha.5", "@jupyterlab/application-extension": "~4.0.0-alpha.5", "@jupyterlab/apputils": "~4.0.0-alpha.5", @@ -93,16 +93,16 @@ "yjs": "~13.5.27" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.0", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.0", + "@jupyter-notebook/application": "^7.0.0-alpha.1", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.1", "@jupyterlab/application-extension": "^4.0.0-alpha.5", "@jupyterlab/apputils-extension": "^4.0.0-alpha.5", "@jupyterlab/celltags": "^4.0.0-alpha.5", diff --git a/buildutils/package.json b/buildutils/package.json index cf3904c08..91a4afb83 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 39aaed657..ea01c89af 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(7, 0, 0, 'alpha', 0) +version_info = VersionInfo(7, 0, 0, 'alpha', 1) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 250ca4e69..273546b70 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter-notebook/metapackage", "private": true, - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index db3eda4ce..ff00d6cdb 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,6 +39,8 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/celltags": "^4.0.0-alpha.5", @@ -53,9 +55,7 @@ "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/coreutils": "^1.12.0", "@lumino/disposable": "^1.10.1", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/application/package.json b/packages/application/package.json index 7172558f5..f06197a53 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Application", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 7d9b83fa3..7374d70d3 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 061e4223c..c9d53ddc4 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 5a71df94e..954d01211 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,10 +39,10 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.4", "@jupyterlab/documentsearch": "^4.0.0-alpha.4", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 0faa007f4..d8e4d8fb3 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,11 +39,11 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/ui-components": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/mainmenu": "^4.0.0-alpha.5", - "@jupyterlab/translation": "^4.0.0-alpha.4", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.0" + "@jupyterlab/translation": "^4.0.0-alpha.4" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index fc315e167..45b2d878f 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -43,6 +43,7 @@ "watch:src": "tsc -w" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/coreutils": "^6.0.0-alpha.5", @@ -51,8 +52,7 @@ "@jupyterlab/notebook": "^4.0.0-alpha.5", "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/commands": "^1.20.0", - "@lumino/disposable": "^1.10.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/disposable": "^1.10.1" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0-alpha.5", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index d2f2cd8c0..4c6ea8030 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,6 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/cells": "^4.0.0-alpha.5", @@ -47,8 +48,7 @@ "@jupyterlab/settingregistry": "^4.0.0-alpha.5", "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/polling": "^1.10.0", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index fddd643da..8454acd39 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 46eec7831..3c9017200 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,6 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/coreutils": "^6.0.0-alpha.5", @@ -52,8 +53,7 @@ "@jupyterlab/ui-components": "^4.0.0-alpha.19", "@lumino/algorithm": "^1.9.1", "@lumino/commands": "^1.20.0", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 94dab3047..7d1a3c1d5 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": {