Release 0.1.6

This commit is contained in:
Jeremy Tuloup 2021-02-04 21:20:15 +01:00
parent 3a84cbea43
commit 4e32baa08c
13 changed files with 27 additions and 27 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0, 1, 5, 'final', 0 current_version = 0, 1, 6, 'final', 0
commit = False commit = False
tag = False tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+) parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/app", "name": "@jupyterlab-classic/app",
"version": "0.1.5", "version": "0.1.6",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",
@ -17,14 +17,14 @@
"watch": "webpack --watch" "watch": "webpack --watch"
}, },
"dependencies": { "dependencies": {
"@jupyterlab-classic/application": "^0.1.5", "@jupyterlab-classic/application": "^0.1.6",
"@jupyterlab-classic/application-extension": "^0.1.5", "@jupyterlab-classic/application-extension": "^0.1.6",
"@jupyterlab-classic/docmanager-extension": "^0.1.5", "@jupyterlab-classic/docmanager-extension": "^0.1.6",
"@jupyterlab-classic/help-extension": "^0.1.5", "@jupyterlab-classic/help-extension": "^0.1.6",
"@jupyterlab-classic/notebook-extension": "^0.1.5", "@jupyterlab-classic/notebook-extension": "^0.1.6",
"@jupyterlab-classic/terminal-extension": "^0.1.5", "@jupyterlab-classic/terminal-extension": "^0.1.6",
"@jupyterlab-classic/tree-extension": "^0.1.5", "@jupyterlab-classic/tree-extension": "^0.1.6",
"@jupyterlab-classic/ui-components": "^0.1.5", "@jupyterlab-classic/ui-components": "^0.1.6",
"@jupyterlab/apputils-extension": "^3.0.0", "@jupyterlab/apputils-extension": "^3.0.0",
"@jupyterlab/codemirror-extension": "^3.0.0", "@jupyterlab/codemirror-extension": "^3.0.0",
"@jupyterlab/completer-extension": "^3.0.0", "@jupyterlab/completer-extension": "^3.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/buildutils", "name": "@jupyterlab-classic/buildutils",
"version": "0.1.5", "version": "0.1.6",
"private": true, "private": true,
"description": "JupyterLab Classic - Build Utilities", "description": "JupyterLab Classic - Build Utilities",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",

View File

@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [
]) ])
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 1, 5, 'final', 0) version_info = VersionInfo(0, 1, 6, 'final', 0)
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/application-extension", "name": "@jupyterlab-classic/application-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Application Extension", "description": "JupyterLab Classic - Application Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {
@ -39,8 +39,8 @@
"watch": "tsc -b --watch" "watch": "tsc -b --watch"
}, },
"dependencies": { "dependencies": {
"@jupyterlab-classic/application": "^0.1.5", "@jupyterlab-classic/application": "^0.1.6",
"@jupyterlab-classic/ui-components": "^0.1.5", "@jupyterlab-classic/ui-components": "^0.1.6",
"@jupyterlab/application": "^3.0.0", "@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0", "@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/codeeditor": "^3.0.0", "@jupyterlab/codeeditor": "^3.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/application", "name": "@jupyterlab-classic/application",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Application", "description": "JupyterLab Classic - Application",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/docmanager-extension", "name": "@jupyterlab-classic/docmanager-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Document Manager Extension", "description": "JupyterLab Classic - Document Manager Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/help-extension", "name": "@jupyterlab-classic/help-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Help Extension", "description": "JupyterLab Classic - Help Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch" "watch": "tsc -b --watch"
}, },
"dependencies": { "dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.5", "@jupyterlab-classic/ui-components": "^0.1.6",
"@jupyterlab/application": "^3.0.0", "@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0", "@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0" "@jupyterlab/mainmenu": "^3.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/lab-extension", "name": "@jupyterlab-classic/lab-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Lab Extension", "description": "JupyterLab Classic - Lab Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {
@ -46,7 +46,7 @@
"watch:src": "tsc -w" "watch:src": "tsc -w"
}, },
"dependencies": { "dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.5", "@jupyterlab-classic/ui-components": "^0.1.6",
"@jupyterlab/application": "^3.0.0", "@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0", "@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0", "@jupyterlab/coreutils": "^5.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/notebook-extension", "name": "@jupyterlab-classic/notebook-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Notebook Extension", "description": "JupyterLab Classic - Notebook Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch" "watch": "tsc -b --watch"
}, },
"dependencies": { "dependencies": {
"@jupyterlab-classic/application": "^0.1.5", "@jupyterlab-classic/application": "^0.1.6",
"@jupyterlab/application": "^3.0.0", "@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0", "@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/docmanager": "^3.0.0", "@jupyterlab/docmanager": "^3.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/terminal-extension", "name": "@jupyterlab-classic/terminal-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Terminal Extension", "description": "JupyterLab Classic - Terminal Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/tree-extension", "name": "@jupyterlab-classic/tree-extension",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - Tree Extension", "description": "JupyterLab Classic - Tree Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch" "watch": "tsc -b --watch"
}, },
"dependencies": { "dependencies": {
"@jupyterlab-classic/application": "^0.1.5", "@jupyterlab-classic/application": "^0.1.6",
"@jupyterlab/application": "^3.0.0", "@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0", "@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0", "@jupyterlab/coreutils": "^5.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@jupyterlab-classic/ui-components", "name": "@jupyterlab-classic/ui-components",
"version": "0.1.5", "version": "0.1.6",
"description": "JupyterLab Classic - UI components", "description": "JupyterLab Classic - UI components",
"homepage": "https://github.com/jtpio/jupyterlab-classic", "homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": { "bugs": {