File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 6.17.1
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.17.0...a06867786eaf0c5d9454d2df61f354c7012a625e ) )
8+
9+ ### Maintenance and upkeep improvements
10+
11+ - Ignore the new Jupyter_core deprecation warning in CI [ #1019 ] ( https://github.com/ipython/ipykernel/pull/1019 ) ([ @jasongrout ] ( https://github.com/jasongrout ) )
12+ - Bump actions/checkout from 2 to 3 [ #1018 ] ( https://github.com/ipython/ipykernel/pull/1018 ) ([ @dependabot ] ( https://github.com/dependabot ) )
13+ - Add dependabot [ #1017 ] ( https://github.com/ipython/ipykernel/pull/1017 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14+ - Add pyupgrade to pre-commit [ #1014 ] ( https://github.com/ipython/ipykernel/pull/1014 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15+
16+ ### Contributors to this release
17+
18+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-31&to=2022-11-09&type=c ) )
19+
20+ [ @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 )
21+
22+ <!-- <END NEW CHANGELOG ENTRY> -->
23+
524## 6.17.0
625
726([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.2...db00586a25a4f047a90386f4947e60ff1dbee2b6 ) )
2039
2140[ @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 )
2241
23- <!-- <END NEW CHANGELOG ENTRY> -->
24-
2542## 6.16.2
2643
2744([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.16.1...99706182995e0fd5431965d4c9d96a8ce7afae12 ) )
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.0 "
8+ __version__ = "6.17.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