File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- START SILENT CHANGELOG ENTRY -->
6
6
7
- ## 5.8.0
7
+ ## 5.8.1
8
8
9
9
<!-- END SILENT CHANGELOG ENTRY -->
10
10
11
11
<!-- <END NEW CHANGELOG ENTRY> -->
12
12
13
+ <!-- START SILENT CHANGELOG ENTRY -->
14
+
15
+ ## 5.8.0
16
+
17
+ <!-- END SILENT CHANGELOG ENTRY -->
18
+
13
19
## 5.7.2
14
20
15
21
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993 ) )
Original file line number Diff line number Diff line change 7
7
import re
8
8
9
9
# Version string must appear intact for hatch versioning
10
- __version__ = "5.8.0 "
10
+ __version__ = "5.8.1 "
11
11
12
12
# Build up version_info tuple for backwards compatibility
13
13
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments