diff --git a/data_studio_jupyter_extensions/_version.py b/data_studio_jupyter_extensions/_version.py index 939873098..89174c88f 100644 --- a/data_studio_jupyter_extensions/_version.py +++ b/data_studio_jupyter_extensions/_version.py @@ -1 +1 @@ -__version__ = "0.14.4" # pragma: no cover +__version__ = "0.14.5" # pragma: no cover diff --git a/pyproject.toml b/pyproject.toml index 25cc9c496..ece08bc1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ testpaths = [ ] [tool.tbump.version] -current = "0.14.4" +current = "0.14.5" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))? diff --git a/setup.cfg b/setup.cfg index 3d2dbc247..d9e702e64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/status.tsx b/src/status.tsx index b1e02e960..5dfccf502 100644 --- a/src/status.tsx +++ b/src/status.tsx @@ -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 diff --git a/version b/version index 3393b5fd4..436d0ce0d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.14.4 +0.14.5