File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-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.6.2
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_console/compare/v6.6.1...27b0ffeb4e71f317bcd1ad2d3af41e0458bd05d4 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Fix handle_external_iopub [ #285 ] ( https://github.com/jupyter/jupyter_console/pull/285 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+
13
+ ### Contributors to this release
14
+
15
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_console/graphs/contributors?from=2023-02-21&to=2023-02-27&type=c ) )
16
+
17
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_console+involves%3Ablink1073+updated%3A2023-02-21..2023-02-27&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 6.6.1
6
22
7
23
([ Full Changelog] ( https://github.com/jupyter/jupyter_console/compare/v6.6.0...0108eacfd6b7ff8bf6c6ef4d8d95a53df86d430b ) )
16
32
17
33
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_console+involves%3Ablink1073+updated%3A2023-02-20..2023-02-21&type=Issues )
18
34
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
35
## 6.6.0
22
36
23
37
([ Full Changelog] ( https://github.com/jupyter/jupyter_console/compare/v6.5.1...7a6bbfecac9c34e9a6b26eae6c018cee7622b403 ) )
Original file line number Diff line number Diff line change 1
1
import re
2
2
from typing import List , Union
3
3
4
- __version__ = "6.6.1 "
4
+ __version__ = "6.6.2 "
5
5
6
6
# Build up version_info tuple for backwards compatibility
7
7
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