File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
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+
525## 6.19.4
626
727([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.3...07da48e686b5906525c2a6b8cfc11cd7c3d96a5f ) )
1636
1737[ @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 )
1838
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2139## 6.19.3
2240
2341([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.2...0925d09075280beb23c009ca0d361f73e5402e27 ) )
Original file line number Diff line number Diff line change 55from typing import List
66
77# Version string must appear intact for hatch versioning
8- __version__ = "6.19.4 "
8+ __version__ = "6.20.0 "
99
1010# Build up version_info tuple for backwards compatibility
1111pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments