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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
25
## 0.10.0
6
26
7
27
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.9.1...3286ae09f41d04fd3354519582750775abc034e5 ) )
16
36
17
37
[ @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 )
18
38
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
39
## 0.9.1
22
40
23
41
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.9.0...6f6aa8cb1a853c81975fcc48fa5cfcc3d37bcddd ) )
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__ = "0.10.0 "
5
+ __version__ = "0.10.1 "
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