Skip to content

Commit ce19682

Browse files
committed
Publish 5.1.2
SHA256 hashes: jupyter_core-5.1.2-py3-none-any.whl: 0f99cc639c8d00d591acfcc028aeea81473ea6c72fabe86426398220e2d91b1d jupyter_core-5.1.2.tar.gz: 62b00d52f030643d29f86aafdfd9b36d42421823599a272eb4c2df1d1cc7f723
1 parent 4bd8ba9 commit ce19682

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 5.1.2
6+
7+
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.1.1...4bd8ba97c99fefc416fe43411f935d40e2b7e441))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add spell check and ensure docstrings [#327](https://github.com/jupyter/jupyter_core/pull/327) ([@blink1073](https://github.com/blink1073))
12+
- Maint: Some more precise typing. [#326](https://github.com/jupyter/jupyter_core/pull/326) ([@Carreau](https://github.com/Carreau))
13+
14+
### Documentation improvements
15+
16+
- Add api docs [#328](https://github.com/jupyter/jupyter_core/pull/328) ([@blink1073](https://github.com/blink1073))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyter/jupyter_core/graphs/contributors?from=2022-12-22&to=2023-01-02&type=c))
21+
22+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2022-12-22..2023-01-02&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3ACarreau+updated%3A2022-12-22..2023-01-02&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 5.1.1
627

728
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.1.0...1ed25e389116fbb98c513ee2148f38f9548e6198))
@@ -25,8 +46,6 @@
2546

2647
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2022-11-28..2022-12-22&type=Issues) | [@jasongrout](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ajasongrout+updated%3A2022-11-28..2022-12-22&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Aminrk+updated%3A2022-11-28..2022-12-22&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-12-22&type=Issues)
2748

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3049
## 5.1.0
3150

3251
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.0.0...9a976bb7d4f2d7092b2ee98b05a30eb1ff0be425))

jupyter_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import List
66

77
# Version string must appear intact for hatch versioning
8-
__version__ = "5.1.1"
8+
__version__ = "5.1.2"
99

1010
# Build up version_info tuple for backwards compatibility
1111
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)