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+ ## 0.10.1
6+
7+ ([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.10.0...e6df5842d471047afcb45595d95a39be549896e4 ) )
8+
9+ ### Maintenance and upkeep improvements
10+
11+ - Run docs on ubuntu [ #314 ] ( https://github.com/jupyter/nbclient/pull/314 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+
13+ ### Other merged PRs
14+
15+ - avoid deprecation warning for py313 [ #320 ] ( https://github.com/jupyter/nbclient/pull/320 ) ([ @lucascolley ] ( https://github.com/lucascolley ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbclient/graphs/contributors?from=2024-03-13&to=2024-11-29&type=c ) )
20+
21+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2024-03-13..2024-11-29&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2024-03-13..2024-11-29&type=Issues ) | [ @lucascolley ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Alucascolley+updated%3A2024-03-13..2024-11-29&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 0.10.0
626
727([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.9.1...3286ae09f41d04fd3354519582750775abc034e5 ) )
1636
1737[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2024-03-12..2024-03-12&type=Issues ) | [ @wpk-nist-gov ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Awpk-nist-gov+updated%3A2024-03-12..2024-03-12&type=Issues )
1838
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2139## 0.9.1
2240
2341([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.9.0...6f6aa8cb1a853c81975fcc48fa5cfcc3d37bcddd ) )
Original file line number Diff line number Diff line change 22import re
33from typing import List , Union
44
5- __version__ = "0.10.0 "
5+ __version__ = "0.10.1 "
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