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.29.4
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.29.3...1cea5332ffc37f32e8232fd2b8b8ddd91b2bbdcf ) )
8+
9+ ### Bugs fixed
10+
11+ - Fix side effect import for pickleutil [ #1216 ] ( https://github.com/ipython/ipykernel/pull/1216 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Do not import debugger/debugpy unless needed [ #1223 ] ( https://github.com/ipython/ipykernel/pull/1223 ) ([ @krassowski ] ( https://github.com/krassowski ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2024-02-26&to=2024-03-27&type=c ) )
20+
21+ [ @agronholm ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aagronholm+updated%3A2024-02-26..2024-03-27&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2024-02-26..2024-03-27&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adavidbrochart+updated%3A2024-02-26..2024-03-27&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Akrassowski+updated%3A2024-02-26..2024-03-27&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2024-02-26..2024-03-27&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 6.29.3
626
727([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.29.2...de2221ce155668c343084fde37b77fb6b1671dc9 ) )
2949
3050[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2024-02-07..2024-02-26&type=Issues ) | [ @ccordoba12 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2024-02-07..2024-02-26&type=Issues ) | [ @jdranczewski ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajdranczewski+updated%3A2024-02-07..2024-02-26&type=Issues ) | [ @joouha ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajoouha+updated%3A2024-02-07..2024-02-26&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Akrassowski+updated%3A2024-02-07..2024-02-26&type=Issues )
3151
32- <!-- <END NEW CHANGELOG ENTRY> -->
33-
3452## 6.29.2
3553
3654([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.29.1...d45fe71990d26c0bd5b7b3b2a4ccd3d1f6609899 ) )
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.29.3 "
8+ __version__ = "6.29.4 "
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