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.17.0
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.2...db00586a25a4f047a90386f4947e60ff1dbee2b6 ) )
8+
9+ ### Enhancements made
10+
11+ - Enable webagg in %matplotlib [ #1012 ] ( https://github.com/ipython/ipykernel/pull/1012 ) ([ @zhizheng1 ] ( https://github.com/zhizheng1 ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Update supported pythons to 3.8-3.11 [ #1013 ] ( https://github.com/ipython/ipykernel/pull/1013 ) ([ @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-10-25&to=2022-10-31&type=c ) )
20+
21+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-25..2022-10-31&type=Issues ) | [ @zhizheng1 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Azhizheng1+updated%3A2022-10-25..2022-10-31&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 6.16.2
626
727([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.1...99706182995e0fd5431965d4c9d96a8ce7afae12 ) )
1636
1737[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-20..2022-10-25&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-20..2022-10-25&type=Issues )
1838
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2139## 6.16.1
2240
2341([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.0...632a1ba3892bed707e1ee19fe1344e92475e19c9 ) )
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.16.2 "
8+ __version__ = "6.17.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