Skip to content

Commit ad6b4ae

Browse files
committed
Publish 5.8.1
SHA256 hashes: jupyter_core-5.8.1-py3-none-any.whl: c28d268fc90fb53f1338ded2eb410704c5449a358406e8a948b75706e24863d0 jupyter_core-5.8.1.tar.gz: 0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941
1 parent de1fe1f commit ad6b4ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44

55
<!-- START SILENT CHANGELOG ENTRY -->
66

7-
## 5.8.0
7+
## 5.8.1
88

99
<!-- END SILENT CHANGELOG ENTRY -->
1010

1111
<!-- <END NEW CHANGELOG ENTRY> -->
1212

13+
<!-- START SILENT CHANGELOG ENTRY -->
14+
15+
## 5.8.0
16+
17+
<!-- END SILENT CHANGELOG ENTRY -->
18+
1319
## 5.7.2
1420

1521
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993))

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.8.0"
10+
__version__ = "5.8.1"
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)