Skip to content

Commit

Permalink
Upgrade to JupyterLab 3.2 (jupyter-server#231)
Browse files Browse the repository at this point in the history
* Upgrade to JupyterLab 3.2

* Bump version
  • Loading branch information
Steve Silvester authored and GitHub Enterprise committed Oct 28, 2021
1 parent 2f2466d commit 5eccf9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data_studio_jupyter_extensions/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.4" # pragma: no cover
__version__ = "0.14.5" # pragma: no cover
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ testpaths = [
]

[tool.tbump.version]
current = "0.14.4"
current = "0.14.5"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install_requires =
dnspython~=1.15.0
tenacity~=5.0.4
pyoneer
jupyterlab~=3.1.10
jupyterlab~=3.2.1
nest_asyncio
jwcrypto
kubernetes_asyncio
Expand Down
2 changes: 1 addition & 1 deletion src/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import theme from '@tidbits/react-tidbits/theme';
import { ISessionContext, ReactWidget } from '@jupyterlab/apputils';

// This is managed by tbump config in pyproject.toml
const VERSION = '0.14.4';
const VERSION = '0.14.5';

// Define the error states
// https://github.pie.apple.com/pie-data-studio/notebook-service/blob/761d63604966db5918d2e491c0f89cce454b7f67/app/com/apple/datastudio/model/ResourceState.scala#L20
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.4
0.14.5

0 comments on commit 5eccf9e

Please sign in to comment.