File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-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.19.3
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.2...0925d09075280beb23c009ca0d361f73e5402e27 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - format dates as ISO8601 [ #1057 ] ( https://github.com/ipython/ipykernel/pull/1057 ) ([ @GRcharles ] ( https://github.com/GRcharles ) )
12
+ - Fix comms and add qtconsole downstream test [ #1056 ] ( https://github.com/ipython/ipykernel/pull/1056 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+
14
+ ### Maintenance and upkeep improvements
15
+
16
+ - Fix lint [ #1058 ] ( https://github.com/ipython/ipykernel/pull/1058 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+ - Fix comms and add qtconsole downstream test [ #1056 ] ( https://github.com/ipython/ipykernel/pull/1056 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-08&to=2022-12-19&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-08..2022-12-19&type=Issues ) | [ @GRcharles ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AGRcharles+updated%3A2022-12-08..2022-12-19&type=Issues ) | [ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-12-08..2022-12-19&type=Issues )
24
+
25
+ <!-- <END NEW CHANGELOG ENTRY> -->
26
+
5
27
## 6.19.2
6
28
7
29
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.1...3c125ad5aa27de2ff412d7690de051115f175104 ) )
16
38
17
39
[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-08..2022-12-08&type=Issues ) | [ @ccordoba12 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2022-12-08..2022-12-08&type=Issues )
18
40
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
41
## 6.19.1
22
42
23
43
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.19.0...5e1b155207c506f01df5808b1ba41f868a10f097 ) )
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.19.2 "
8
+ __version__ = "6.19.3 "
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