Skip to content

Commit 08d6c82

Browse files
committed
Publish 0.2.4
SHA256 hashes: notebook_shim-0.2.4-py3-none-any.whl: 411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef notebook_shim-0.2.4.tar.gz: b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb
1 parent eb74857 commit 08d6c82

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.2.4
6+
7+
([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.3...eb748573d2af505c6846fbf2597ec56447c0d6e8))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Fix extension discovery warning [#31](https://github.com/jupyter/notebook_shim/pull/31) ([@Zsailer](https://github.com/Zsailer))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter/notebook_shim/graphs/contributors?from=2023-04-24&to=2024-02-14&type=c))
16+
17+
[@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3AZsailer+updated%3A2023-04-24..2024-02-14&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.2.3
622

723
([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.2.2...bb84e6475a757b6299cb07ec3ce027a8c57d052e))
@@ -16,8 +32,6 @@
1632

1733
[@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)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.2.2
2236

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

notebook_shim/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 2, 3, "", "")
2-
__version__ = "0.2.3"
1+
version_info = (0, 2, 4, "", "")
2+
__version__ = "0.2.4"

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ test = [
4545

4646

4747

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

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

0 commit comments

Comments
 (0)