Skip to content

Commit ff5270b

Browse files
committed
Publish 5.8.0
SHA256 hashes: jupyter_core-5.8.0-py3-none-any.whl: 55493149572e9d48592c9c81f0ec4b025589769eb935e2fb1d3049b24a832784 jupyter_core-5.8.0.tar.gz: eac0af6bc62f66cd5faaf84fe9613e4f2eaf1a8b183bc097403822bd5122c86e
1 parent 5e89656 commit ff5270b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

5+
<!-- START SILENT CHANGELOG ENTRY -->
6+
7+
## 5.8.0
8+
9+
<!-- END SILENT CHANGELOG ENTRY -->
10+
11+
<!-- <END NEW CHANGELOG ENTRY> -->
12+
513
## 5.7.2
614

715
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993))
@@ -18,8 +26,6 @@
1826

1927
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-08..2024-03-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2024-01-08..2024-03-12&type=Issues)
2028

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2329
## 5.7.1
2430

2531
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.7.0...8e69e7f1b856099c057e9711d5a439b33ef859d3))

jupyter_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import re
88

99
# Version string must appear intact for hatch versioning
10-
__version__ = "5.7.2"
10+
__version__ = "5.8.0"
1111

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

0 commit comments

Comments
 (0)