Publish 0.3.9

SHA256 hashes:

retrolab-0.3.9-py3-none-any.whl: e035131a0f674f0f9f0f22caf54d685e5dd9024ad907807f286892634719c812

retrolab-0.3.9.tar.gz: a17c3b2a9db9be6a557bf2bcd19af6cf0c58a83c3574f686a72149add973b981

retrolab-application-0.3.9.tgz: 1b805b7e4d8ff583c6701a3930204514a793bd233100e2e97e9560f29a6d03a9

retrolab-application-extension-0.3.9.tgz: a57f6ee969f9d82b5deddcd761839a67a1876bf36dad326fd7c98736d6705760

retrolab-console-extension-0.3.9.tgz: fb62c2b55c27b5e39cc473d0b3d03d00d81416da0d75b57e978b06c30d9351ae

retrolab-docmanager-extension-0.3.9.tgz: ee7650401790ec843a2f3e07adc5660c556c3502667ee442489ad12c0f37fb40

retrolab-help-extension-0.3.9.tgz: 3a49f65b2bbd9e48991247329f29ad7be81d2b9eaac023e6f2b5da773f7e638d

retrolab-lab-extension-0.3.9.tgz: 44c3d0256157e12657dbf2c8fb31e3ff7ea207b4896234aa9b838fbc5e4edfe9

retrolab-notebook-extension-0.3.9.tgz: ed2bd86c21e348ffc7390ac688b5eb6ab7008c9e0b77f4432cf7104cb377fe64

retrolab-terminal-extension-0.3.9.tgz: dd90da95643ec99b5d5950aaac01efafedbb35c87c7bf1dc8b141882cb2d91ba

retrolab-tree-extension-0.3.9.tgz: cc4a35f69ccb3a69328256173eb7947e4ee5624bf29cbfd8260c5ef36a750399

retrolab-ui-components-0.3.9.tgz: a0fcd87fb2dc7fd9580023eecccf1ea38bcaa3947b32a867ee160f811120c8dc
GitHub Action 4 years ago
parent 961e2c1736
commit cf5d0a7907

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

@ -1,6 +1,6 @@
{
"name": "@retrolab/app",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"scripts": {
"build": "webpack",
@ -78,15 +78,15 @@
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.3.8",
"@retrolab/application-extension": "~0.3.8",
"@retrolab/console-extension": "~0.3.8",
"@retrolab/docmanager-extension": "~0.3.8",
"@retrolab/help-extension": "~0.3.8",
"@retrolab/notebook-extension": "~0.3.8",
"@retrolab/terminal-extension": "~0.3.8",
"@retrolab/tree-extension": "~0.3.8",
"@retrolab/ui-components": "~0.3.8",
"@retrolab/application": "~0.3.9",
"@retrolab/application-extension": "~0.3.9",
"@retrolab/console-extension": "~0.3.9",
"@retrolab/docmanager-extension": "~0.3.9",
"@retrolab/help-extension": "~0.3.9",
"@retrolab/notebook-extension": "~0.3.9",
"@retrolab/terminal-extension": "~0.3.9",
"@retrolab/tree-extension": "~0.3.9",
"@retrolab/ui-components": "~0.3.9",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.10"
@ -119,15 +119,15 @@
"@jupyterlab/tooltip-extension": "^3.1.11",
"@jupyterlab/translation-extension": "^3.1.11",
"@jupyterlab/vega5-extension": "^3.1.12",
"@retrolab/application": "^0.3.8",
"@retrolab/application-extension": "^0.3.8",
"@retrolab/console-extension": "^0.3.8",
"@retrolab/docmanager-extension": "^0.3.8",
"@retrolab/help-extension": "^0.3.8",
"@retrolab/notebook-extension": "^0.3.8",
"@retrolab/terminal-extension": "^0.3.8",
"@retrolab/tree-extension": "^0.3.8",
"@retrolab/ui-components": "^0.3.8"
"@retrolab/application": "^0.3.9",
"@retrolab/application-extension": "^0.3.9",
"@retrolab/console-extension": "^0.3.9",
"@retrolab/docmanager-extension": "^0.3.9",
"@retrolab/help-extension": "^0.3.9",
"@retrolab/notebook-extension": "^0.3.9",
"@retrolab/terminal-extension": "^0.3.9",
"@retrolab/tree-extension": "^0.3.9",
"@retrolab/ui-components": "^0.3.9"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.12",

@ -1,6 +1,6 @@
{
"name": "@retrolab/buildutils",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"description": "RetroLab - Build Utilities",
"homepage": "https://github.com/jupyterlab/retrolab",

@ -1,7 +1,7 @@
{
"name": "@retrolab/metapackage",
"private": true,
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Metapackage",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/application-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Application Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -54,8 +54,8 @@
"@lumino/coreutils": "^1.8.0",
"@lumino/disposable": "^1.7.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.8",
"@retrolab/ui-components": "^0.3.8"
"@retrolab/application": "^0.3.9",
"@retrolab/ui-components": "^0.3.9"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/application",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Application",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/console-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Console Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/docmanager-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/help-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -43,7 +43,7 @@
"@jupyterlab/apputils": "^3.1.11",
"@jupyterlab/mainmenu": "^3.1.11",
"@jupyterlab/translation": "^3.1.11",
"@retrolab/ui-components": "^0.3.8"
"@retrolab/ui-components": "^0.3.9"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/lab-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -53,8 +53,8 @@
"@jupyterlab/ui-components": "^3.1.11",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/application": "^0.3.8",
"@retrolab/ui-components": "^0.3.8"
"@retrolab/application": "^0.3.9",
"@retrolab/ui-components": "^0.3.9"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.12",

@ -1,6 +1,6 @@
{
"name": "@retrolab/notebook-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -46,7 +46,7 @@
"@jupyterlab/translation": "^3.1.11",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.8"
"@retrolab/application": "^0.3.9"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/terminal-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Terminal Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/tree-extension",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - Tree Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -53,7 +53,7 @@
"@lumino/algorithm": "^1.6.0",
"@lumino/commands": "^1.15.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.8"
"@retrolab/application": "^0.3.9"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/ui-components",
"version": "0.3.8",
"version": "0.3.9",
"description": "RetroLab - UI components",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

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

Loading…
Cancel
Save