File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-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.25.2
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.25.1...9d3f7aecc4fe68f14ebcc4dad4b65b19676e820e ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Make iostream shutdown more robust [ #1143 ] ( https://github.com/ipython/ipykernel/pull/1143 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Don't call QApplication.setQuitOnLastWindowClosed(False). [ #1142 ] ( https://github.com/ipython/ipykernel/pull/1142 ) ([ @anntzer ] ( https://github.com/anntzer ) )
13
+ - Avoid starting IOPub background thread after it's been stopped [ #1137 ] ( https://github.com/ipython/ipykernel/pull/1137 ) ([ @minrk ] ( https://github.com/minrk ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2023-08-07&to=2023-09-04&type=c ) )
18
+
19
+ [ @anntzer ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aanntzer+updated%3A2023-08-07..2023-09-04&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-08-07..2023-09-04&type=Issues ) | [ @ccordoba12 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2023-08-07..2023-09-04&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2023-08-07..2023-09-04&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
5
23
## 6.25.1
6
24
7
25
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.25.0...18e54f31725d6645dd71a8749c9e1eb28281f804 ) )
18
36
19
37
[ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-07-25..2023-08-07&type=Issues ) | [ @vaishnavi17 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Avaishnavi17+updated%3A2023-07-25..2023-08-07&type=Issues )
20
38
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
39
## 6.25.0
24
40
25
41
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.24.0...09c3c359addf60e26078207990ad2ca932cf2613 ) )
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.25.1 "
8
+ __version__ = "6.25.2 "
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