We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1fe1f commit ad6b4aeCopy full SHA for ad6b4ae
CHANGELOG.md
@@ -4,12 +4,18 @@
4
5
<!-- START SILENT CHANGELOG ENTRY -->
6
7
-## 5.8.0
+## 5.8.1
8
9
<!-- END SILENT CHANGELOG ENTRY -->
10
11
<!-- <END NEW CHANGELOG ENTRY> -->
12
13
+<!-- START SILENT CHANGELOG ENTRY -->
14
+
15
+## 5.8.0
16
17
+<!-- END SILENT CHANGELOG ENTRY -->
18
19
## 5.7.2
20
21
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993))
jupyter_core/version.py
@@ -7,7 +7,7 @@
import re
# Version string must appear intact for hatch versioning
-__version__ = "5.8.0"
+__version__ = "5.8.1"
# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
0 commit comments