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 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 8.6.2
6+
7+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.6.1...474093f4237744dee2af1c8929e2afe5354ef356 ) )
8+
9+ ### Bugs fixed
10+
11+ - Use non-blocking zmq Poller [ #1023 ] ( https://github.com/jupyter/jupyter_client/pull/1023 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
12+
13+ ### Documentation improvements
14+
15+ - use https url [ #1021 ] ( https://github.com/jupyter/jupyter_client/pull/1021 ) ([ @Carreau ] ( https://github.com/Carreau ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2024-03-12&to=2024-05-23&type=c ) )
20+
21+ [ @Carreau ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3ACarreau+updated%3A2024-03-12..2024-05-23&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Afcollonval+updated%3A2024-03-12..2024-05-23&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 8.6.1
626
727([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.6.0...8a3327ae58247be734d51f44c629354f0f600660 ) )
2848
2949[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-11-06..2024-03-12&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adependabot+updated%3A2023-11-06..2024-03-12&type=Issues ) | [ @mlucool ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Amlucool+updated%3A2023-11-06..2024-03-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2023-11-06..2024-03-12&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3AZsailer+updated%3A2023-11-06..2024-03-12&type=Issues )
3050
31- <!-- <END NEW CHANGELOG ENTRY> -->
32-
3351## 8.6.0
3452
3553([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.5.0...2d6f52bdf5266688c51f3270cd7e47bbd17c708c ) )
Original file line number Diff line number Diff line change 22import re
33from typing import List , Union
44
5- __version__ = "8.6.1 "
5+ __version__ = "8.6.2 "
66
77# Build up version_info tuple for backwards compatibility
88pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments