Skip to content

Commit

Permalink
Bump to 0.23.4 (jupyter-server#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored and GitHub Enterprise committed Jul 15, 2022
1 parent 240888e commit fc29081
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

<!-- NEW ENTRY -->

## v0.23.4

([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.3...240888e2a8d00c706832c51102d67b026de8d74d))

### Bugs fixed

- Remove event handler memory leak [#426](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/426) ([@zsailer](https://github.pie.apple.com/zsailer))
- Handle missing culling_idle_timeout value in kernel specs that don't have this property [#424](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/424) ([@achitneni](https://github.pie.apple.com/achitneni))

### Maintenance and upkeep improvements

- Event System improvements: remove singleton-ness of the event bus [#427](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/427) ([@zsailer](https://github.pie.apple.com/zsailer))
- Add missing entries to changelog [#425](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/425) ([@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-07-06&to=2022-07-15&type=c))

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

## v0.23.3

([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.2...07566546a1b699441b80b547c296f4b4d1f56bef))
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.3" # pragma: no cover
__version__ = "0.23.4" # 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.3"
current = "0.23.4"
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.3';
const VERSION = '0.23.4';
// 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.3
0.23.4

0 comments on commit fc29081

Please sign in to comment.