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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 6.24.0
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.23.3...0c1db099a32c4cb28bfb4b3508bb808d8b4092e7 ) )
8
+
9
+ ### New features added
10
+
11
+ - Let get_parent decide the channel to get parent header [ #1128 ] ( https://github.com/ipython/ipykernel/pull/1128 ) ([ @dby-tmwctw ] ( https://github.com/dby-tmwctw ) )
12
+
13
+ ### Bugs fixed
14
+
15
+ - Bugfix: binary stdout/stderr handling [ #1129 ] ( https://github.com/ipython/ipykernel/pull/1129 ) ([ @arieleiz ] ( https://github.com/arieleiz ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2023-06-23&to=2023-07-03&type=c ) )
20
+
21
+ [ @arieleiz ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aarieleiz+updated%3A2023-06-23..2023-07-03&type=Issues ) | [ @dby-tmwctw ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adby-tmwctw+updated%3A2023-06-23..2023-07-03&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2023-06-23..2023-07-03&type=Issues )
22
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 6.23.3
6
26
7
27
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.23.2...ea3e6479aca70f87282ec0b60412f2cfba59eb35 ) )
16
36
17
37
[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-06-12..2023-06-23&type=Issues ) | [ @fecet ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Afecet+updated%3A2023-06-12..2023-06-23&type=Issues )
18
38
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
39
## 6.23.2
22
40
23
41
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.23.1...112ca66da0ee8156b983094b2c8e2926ed63cfcb ) )
Original file line number Diff line number Diff line change 5
5
from typing import List
6
6
7
7
# Version string must appear intact for hatch versioning
8
- __version__ = "6.23.3 "
8
+ __version__ = "6.24.0 "
9
9
10
10
# Build up version_info tuple for backwards compatibility
11
11
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments