File tree 2 files changed +23
-3
lines changed
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
+ ## 8.1.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.3...e3ac7a69355dd1af66038eda767e51e92ef034fb ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - ThreadedZMQStream: close stream before socket [ #936 ] ( https://github.com/jupyter/jupyter_client/pull/936 ) ([ @minrk ] ( https://github.com/minrk ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ ### Documentation improvements
16
+
17
+ - Adds spec for the copyToGlobals request [ #932 ] ( https://github.com/jupyter/jupyter_client/pull/932 ) ([ @brichet ] ( https://github.com/brichet ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2023-02-16&to=2023-03-20&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-02-16..2023-03-20&type=Issues ) | [ @brichet ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Abrichet+updated%3A2023-02-16..2023-03-20&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aminrk+updated%3A2023-02-16..2023-03-20&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2023-02-16..2023-03-20&type=Issues )
24
+
25
+ <!-- <END NEW CHANGELOG ENTRY> -->
26
+
5
27
## 8.0.3
6
28
7
29
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.2...dc0eaba1f609079672ec739fcd977dc44431da92 ) )
22
44
23
45
[ @andrehora ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aandrehora+updated%3A2023-01-30..2023-02-16&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-01-30..2023-02-16&type=Issues ) | [ @dcsaba89 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adcsaba89+updated%3A2023-01-30..2023-02-16&type=Issues ) | [ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akevin-bates+updated%3A2023-01-30..2023-02-16&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aminrk+updated%3A2023-01-30..2023-02-16&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2023-01-30..2023-02-16&type=Issues ) | [ @xl0 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Axl0+updated%3A2023-01-30..2023-02-16&type=Issues )
24
46
25
- <!-- <END NEW CHANGELOG ENTRY> -->
26
-
27
47
## 8.0.2
28
48
29
49
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.1...717d36edcd9ce595f727d8b5a27e270c2a6e2c46 ) )
Original file line number Diff line number Diff line change 2
2
import re
3
3
from typing import List , Union
4
4
5
- __version__ = "8.0.3 "
5
+ __version__ = "8.1.0 "
6
6
7
7
# Build up version_info tuple for backwards compatibility
8
8
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