File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed
Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 6.16.1
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.0...632a1ba3892bed707e1ee19fe1344e92475e19c9 ) )
8+
9+ ### Bugs fixed
10+
11+ - PR: Destroy tk app to avoid memory leak [ #1008 ] ( https://github.com/ipython/ipykernel/pull/1008 ) ([ @impact27 ] ( https://github.com/impact27 ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Maintenance cleanup [ #1006 ] ( https://github.com/ipython/ipykernel/pull/1006 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16+ - Ignore warnings in prereleases test [ #1002 ] ( https://github.com/ipython/ipykernel/pull/1002 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17+
18+ ### Contributors to this release
19+
20+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2022-09-26&to=2022-10-20&type=c ) )
21+
22+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-09-26..2022-10-20&type=Issues ) | [ @impact27 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aimpact27+updated%3A2022-09-26..2022-10-20&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-09-26..2022-10-20&type=Issues )
23+
24+ <!-- <END NEW CHANGELOG ENTRY> -->
25+
526## 6.16.0
627
728([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.15.3...92292ad9d844e594e9c97f7f391149023e58de9e ) )
1839
1940[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-09-13..2022-09-26&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-09-13..2022-09-26&type=Issues )
2041
21- <!-- <END NEW CHANGELOG ENTRY> -->
22-
2342## 6.15.3
2443
2544([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.15.2...861b1242a7601f1608707ed8bbfb6e801914cb4a ) )
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.0 "
8+ __version__ = "6.16.1 "
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