Skip to content

Commit 75e29b7

Browse files
author
jupyter-release-bot
committed
Publish 0.2.3
SHA256 hashes: notebook_shim-0.2.3-py3-none-any.whl: a83496a43341c1674b093bfcebf0fe8e74cbe7eda5fd2bbc56f8e39e1486c0c7 notebook_shim-0.2.3.tar.gz: f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
1 parent bb84e64 commit 75e29b7

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

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

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.2.3
6+
7+
([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.2...bb84e6475a757b6299cb07ec3ce027a8c57d052e))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add show_banner to ignored_traits [#29](https://github.com/jupyter/notebook_shim/pull/29) ([@echarles](https://github.com/echarles))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter/notebook_shim/graphs/contributors?from=2022-11-03&to=2023-04-24&type=c))
16+
17+
[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3Aecharles+updated%3A2022-11-03..2023-04-24&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3AZsailer+updated%3A2022-11-03..2023-04-24&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.2.2
622

723
([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.0...e1f1219888d9bfa69fc0e1f130f6f1bcf3825fcb))
@@ -21,8 +37,6 @@
2137

2238
[@dleen](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3Adleen+updated%3A2022-10-17..2022-11-03&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3AZsailer+updated%3A2022-10-17..2022-11-03&type=Issues)
2339

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2640
## 0.2.1
2741

2842
([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.0...b72af7411fa41115c3025a95f261e10bf0221fb0))

notebook_shim/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 2, 2, "", "")
2-
__version__ = "0.2.2"
1+
version_info = (0, 2, 3, "", "")
2+
__version__ = "0.2.3"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ test = [
4444

4545

4646

47+
4748
[tool.hatch.version]
4849
path = "notebook_shim/_version.py"
4950

5051
[tool.tbump.version]
51-
current = "0.2.2"
52+
current = "0.2.3"
5253
regex = '''
5354
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
5455
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)