File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 6.20.0
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.4...fbea757e117c1d3b0da29a40b4abcf3133a310f4 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - ENH: add ` %gui ` support for Qt6 [ #1054 ] ( https://github.com/ipython/ipykernel/pull/1054 ) ([ @shaperilio ] ( https://github.com/shaperilio ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Add more ci checks [ #1063 ] ( https://github.com/ipython/ipykernel/pull/1063 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-20&to=2022-12-26&type=c ) )
20
+
21
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-20..2022-12-26&type=Issues ) | [ @shaperilio ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ashaperilio+updated%3A2022-12-20..2022-12-26&type=Issues )
22
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 6.19.4
6
26
7
27
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.3...07da48e686b5906525c2a6b8cfc11cd7c3d96a5f ) )
16
36
17
37
[ @bollwyvl ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Abollwyvl+updated%3A2022-12-19..2022-12-20&type=Issues ) | [ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-12-19..2022-12-20&type=Issues )
18
38
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
39
## 6.19.3
22
40
23
41
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.2...0925d09075280beb23c009ca0d361f73e5402e27 ) )
Original file line number Diff line number Diff line change 5
5
from typing import List
6
6
7
7
# Version string must appear intact for hatch versioning
8
- __version__ = "6.19.4 "
8
+ __version__ = "6.20.0 "
9
9
10
10
# Build up version_info tuple for backwards compatibility
11
11
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