Skip to content

Commit

Permalink
Bump 0.23.6 (jupyter-server#439)
Browse files Browse the repository at this point in the history
* Bump to 0.23.6

* cleanup changelog
  • Loading branch information
Zsailer authored and GitHub Enterprise committed Aug 4, 2022
1 parent 4c9d1fc commit e83b032
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- NEW ENTRY -->

## v0.23.6

([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.5...4c9d1fcadb69b0944a99f8c34a356239e461ac2f))

### Bugs fixed

- Trigger a WS reconnect event for Scala kernels when they fail to connect the first time. [#438](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/438) ([@zsailer](https://github.pie.apple.com/zsailer))

### Contributors to this release

([GitHub contributors page for this release](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/graphs/contributors?from=2022-08-03&to=2022-08-04&type=c))

[@piebot](https://github.pie.apple.com/search?q=repo%3Apie-data-studio%2Fdata_studio_jupyter_extensions+involves%3Apiebot+updated%3A2022-08-03..2022-08-04&type=Issues) | [@zsailer](https://github.pie.apple.com/search?q=repo%3Apie-data-studio%2Fdata_studio_jupyter_extensions+involves%3Azsailer+updated%3A2022-08-03..2022-08-04&type=Issues)

## v0.23.5

([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.4...a4b2773dd530b6f2ad042f622e72c474b4bacff1))
Expand Down
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.23.5" # pragma: no cover
__version__ = "0.23.6" # 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.23.5"
current = "0.23.6"
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 src/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { ISessionContext, ReactWidget } from '@jupyterlab/apputils';
import { EventListener } from './eventlistener';

// This is managed by tbump config in pyproject.toml
const VERSION = '0.23.5';
const VERSION = '0.23.6';
// Define the error states
// https://github.pie.apple.com/pie-data-studio/notebook-service/blob/761d63604966db5918d2e491c0f89cce454b7f67/app/com/apple/datastudio/model/ResourceState.scala#L20
const ERROR_STATES = [
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.5
0.23.6

0 comments on commit e83b032

Please sign in to comment.