File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 6.21.3
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.21.2...e46f75b93c388886f4b6ba32182e29c3cc486984 ) )
8+
9+ ### Bugs fixed
10+
11+ - Fix interrupt reply [ #1101 ] ( https://github.com/ipython/ipykernel/pull/1101 ) ([ @garlandz-db ] ( https://github.com/garlandz-db ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Update docs link [ #1103 ] ( https://github.com/ipython/ipykernel/pull/1103 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16+ - Add license [ #1098 ] ( https://github.com/ipython/ipykernel/pull/1098 ) ([ @dcsaba89 ] ( https://github.com/dcsaba89 ) )
17+
18+ ### Documentation improvements
19+
20+ - Update changelog for markdown typo [ #1096 ] ( https://github.com/ipython/ipykernel/pull/1096 ) ([ @mlucool ] ( https://github.com/mlucool ) )
21+
22+ ### Contributors to this release
23+
24+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2023-02-13&to=2023-03-06&type=c ) )
25+
26+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-02-13..2023-03-06&type=Issues ) | [ @ccordoba12 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2023-02-13..2023-03-06&type=Issues ) | [ @dcsaba89 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adcsaba89+updated%3A2023-02-13..2023-03-06&type=Issues ) | [ @garlandz-db ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Agarlandz-db+updated%3A2023-02-13..2023-03-06&type=Issues ) | [ @mlucool ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amlucool+updated%3A2023-02-13..2023-03-06&type=Issues )
27+
28+ <!-- <END NEW CHANGELOG ENTRY> -->
29+
530## 6.21.2
631
732([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.21.1...1a486e06155a4d8e58e716fd40468cb5738ed6bb ) )
2045
2146[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-02-02..2023-02-13&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2023-02-02..2023-02-13&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adavidbrochart+updated%3A2023-02-02..2023-02-13&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-02-02..2023-02-13&type=Issues )
2247
23- <!-- <END NEW CHANGELOG ENTRY> -->
24-
2548## 6.21.1
2649
2750([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.21.0...ac7776dfd68861ae005e1f142ec87cd6703847ea ) )
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.21.2 "
8+ __version__ = "6.21.3 "
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