Skip to content

Commit de76785

Browse files
ZsailerGitHub Enterprise
authored andcommitted
Bump to 0.23.7 (jupyter-server#443)
* Bump to 0.23.7 * edit changelog
1 parent fe13db2 commit de76785

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- NEW ENTRY -->
44

5+
## v0.23.7
6+
7+
([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.6...fe13db2b433d28b02965ea5923b0acc465b0c7c2))
8+
9+
### Bugs fixed
10+
11+
- Remove kernel status message from nudge that's causing race condition [#442](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/442) ([@zsailer](https://github.pie.apple.com/zsailer))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/graphs/contributors?from=2022-08-04&to=2022-08-18&type=c))
16+
17+
[@piebot](https://github.pie.apple.com/search?q=repo%3Apie-data-studio%2Fdata_studio_jupyter_extensions+involves%3Apiebot+updated%3A2022-08-04..2022-08-18&type=Issues) | [@zsailer](https://github.pie.apple.com/search?q=repo%3Apie-data-studio%2Fdata_studio_jupyter_extensions+involves%3Azsailer+updated%3A2022-08-04..2022-08-18&type=Issues)
18+
519
## v0.23.6
620

721
([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.5...4c9d1fcadb69b0944a99f8c34a356239e461ac2f))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.23.6" # pragma: no cover
1+
__version__ = "0.23.7" # pragma: no cover

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testpaths = [
2323
]
2424

2525
[tool.tbump.version]
26-
current = "0.23.6"
26+
current = "0.23.7"
2727
regex = '''
2828
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2929
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

src/status.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { ISessionContext, ReactWidget } from '@jupyterlab/apputils';
3131
import { EventListener } from './eventlistener';
3232

3333
// This is managed by tbump config in pyproject.toml
34-
const VERSION = '0.23.6';
34+
const VERSION = '0.23.7';
3535
// Define the error states
3636
// https://github.pie.apple.com/pie-data-studio/notebook-service/blob/761d63604966db5918d2e491c0f89cce454b7f67/app/com/apple/datastudio/model/ResourceState.scala#L20
3737
const ERROR_STATES = [

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.6
1+
0.23.7

0 commit comments

Comments
 (0)