File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 8.0.0a1
6+
7+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0a0...35b66d8a738b6c9629ffead308c9f981bee1148f ) )
8+
9+ ### Bugs fixed
10+
11+ - Workaround for launch bug [ #861 ] ( https://github.com/jupyter/jupyter_client/pull/861 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+ - Defer creation of ready future [ #858 ] ( https://github.com/jupyter/jupyter_client/pull/858 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13+
14+ ### Maintenance and upkeep improvements
15+
16+ - Fix assertion in ` TestSession.test_serialize ` [ #860 ] ( https://github.com/jupyter/jupyter_client/pull/860 ) ([ @samrat ] ( https://github.com/samrat ) )
17+ - Maintenance cleanup [ #856 ] ( https://github.com/jupyter/jupyter_client/pull/856 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18+
19+ ### Contributors to this release
20+
21+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-10-12&to=2022-10-25&type=c ) )
22+
23+ [ @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 )
24+
25+ <!-- <END NEW CHANGELOG ENTRY> -->
26+
527## 8.0.0a0
628
729([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v7.3.5...06e9cb3fb29a895a3a14e6e39ab524a13bec85ec ) )
3254
3355[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-08-25..2022-10-12&type=Issues ) | [ @ccordoba12 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Accordoba12+updated%3A2022-08-25..2022-10-12&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2022-08-25..2022-10-12&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aminrk+updated%3A2022-08-25..2022-10-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2022-08-25..2022-10-12&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3AZsailer+updated%3A2022-08-25..2022-10-12&type=Issues )
3456
35- <!-- <END NEW CHANGELOG ENTRY> -->
36-
3757## 7.3.5
3858
3959([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v7.3.4...bc5ded5439ca55bd6740885eb3a44ca6bc3e2243 ) )
Original file line number Diff line number Diff line change 22from typing import List
33from typing import Union
44
5- __version__ = "8.0.0a0 "
5+ __version__ = "8.0.0a1 "
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