File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 8.0.0a2
6+
7+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0a1...268a3c5c892e3e42e76c5ec120a74de10fb04218 ) )
8+
9+ ### Maintenance and upkeep improvements
10+
11+ - Use platform dirs in tests [ #872 ] ( https://github.com/jupyter/jupyter_client/pull/872 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+ - Support Python 3.8-3.11 [ #866 ] ( https://github.com/jupyter/jupyter_client/pull/866 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13+
14+ ### Contributors to this release
15+
16+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-10-25&to=2022-11-09&type=c ) )
17+
18+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-10-25..2022-11-09&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2022-10-25..2022-11-09&type=Issues )
19+
20+ <!-- <END NEW CHANGELOG ENTRY> -->
21+
522## 8.0.0a1
623
724([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0a0...35b66d8a738b6c9629ffead308c9f981bee1148f ) )
2239
2340[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-10-12..2022-10-25&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2022-10-12..2022-10-25&type=Issues ) | [ @samrat ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Asamrat+updated%3A2022-10-12..2022-10-25&type=Issues )
2441
25- <!-- <END NEW CHANGELOG ENTRY> -->
26-
2742## 8.0.0a0
2843
2944([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v7.3.5...06e9cb3fb29a895a3a14e6e39ab524a13bec85ec ) )
Original file line number Diff line number Diff line change 22from typing import List
33from typing import Union
44
5- __version__ = "8.0.0a1 "
5+ __version__ = "8.0.0a2 "
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