From 9752d1331eff0d77fbb033d5660f477b7d5e6693 Mon Sep 17 00:00:00 2001 From: Zachary Sailer Date: Mon, 7 Mar 2022 15:43:38 -0800 Subject: [PATCH] Bump to 0.15.10 (#303) --- data_studio_jupyter_extensions/_version.py | 2 +- pyproject.toml | 2 +- src/status.tsx | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data_studio_jupyter_extensions/_version.py b/data_studio_jupyter_extensions/_version.py index eb904c1dae..82a8205bda 100644 --- a/data_studio_jupyter_extensions/_version.py +++ b/data_studio_jupyter_extensions/_version.py @@ -1 +1 @@ -__version__ = "0.15.9" # pragma: no cover +__version__ = "0.15.10" # pragma: no cover diff --git a/pyproject.toml b/pyproject.toml index 49da64f17b..4b709a2a61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ testpaths = [ ] [tool.tbump.version] -current = "0.15.9" +current = "0.15.10" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))? diff --git a/src/status.tsx b/src/status.tsx index 5470344b8d..c24bd246fb 100644 --- a/src/status.tsx +++ b/src/status.tsx @@ -31,7 +31,7 @@ import { ISessionContext, ReactWidget } from '@jupyterlab/apputils'; import { TelemetryListener } from './telemetrylistener'; // This is managed by tbump config in pyproject.toml -const VERSION = '0.15.9'; +const VERSION = '0.15.10'; // 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 bc300b9972..8b7217f927 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.15.9 +0.15.10