File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed
Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 6.18.0
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.17.1...ce0b6c296bc19223d426892657878f28af0ec206 ) )
8+
9+ ### Enhancements made
10+
11+ - Add terminal color support [ #1025 ] ( https://github.com/ipython/ipykernel/pull/1025 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+ - Extract the Comm Python package [ #973 ] ( https://github.com/ipython/ipykernel/pull/973 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
13+
14+ ### Maintenance and upkeep improvements
15+
16+ - Add windows coverage and clean up workflows [ #1023 ] ( https://github.com/ipython/ipykernel/pull/1023 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17+ - Increase coverage [ #1021 ] ( https://github.com/ipython/ipykernel/pull/1021 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18+ - Allow releasing from repo [ #1020 ] ( https://github.com/ipython/ipykernel/pull/1020 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
19+
20+ ### Contributors to this release
21+
22+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-09&to=2022-11-21&type=c ) )
23+
24+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-09..2022-11-21&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2022-11-09..2022-11-21&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-09..2022-11-21&type=Issues )
25+
26+ <!-- <END NEW CHANGELOG ENTRY> -->
27+
528## 6.17.1
629
730([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.17.0...a06867786eaf0c5d9454d2df61f354c7012a625e ) )
1942
2043[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-31..2022-11-09&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adependabot+updated%3A2022-10-31..2022-11-09&type=Issues ) | [ @jasongrout ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajasongrout+updated%3A2022-10-31..2022-11-09&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-31..2022-11-09&type=Issues )
2144
22- <!-- <END NEW CHANGELOG ENTRY> -->
23-
2445## 6.17.0
2546
2647([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.2...db00586a25a4f047a90386f4947e60ff1dbee2b6 ) )
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.17.1 "
8+ __version__ = "6.18.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