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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.10.2
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.10.1...5a68cb361412d540e23fbc444cda75ede73c16d1 ) )
8
+
9
+ ### Merged PRs
10
+
11
+ - Drop Python 3.8, test PyPy 3.10 [ #323 ] ( https://github.com/jupyter/nbclient/pull/323 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
12
+ - Gracefully handle explicit transient=None [ #322 ] ( https://github.com/jupyter/nbclient/pull/322 ) ([ @callmephilip ] ( https://github.com/callmephilip ) )
13
+
14
+ ### Contributors to this release
15
+
16
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbclient/graphs/contributors?from=2024-11-29&to=2024-12-19&type=c ) )
17
+
18
+ [ @callmephilip ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Acallmephilip+updated%3A2024-11-29..2024-12-19&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2024-11-29..2024-12-19&type=Issues )
19
+
20
+ <!-- <END NEW CHANGELOG ENTRY> -->
21
+
5
22
## 0.10.1
6
23
7
24
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.10.0...e6df5842d471047afcb45595d95a39be549896e4 ) )
20
37
21
38
[ @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
39
23
- <!-- <END NEW CHANGELOG ENTRY> -->
24
-
25
40
## 0.10.0
26
41
27
42
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.9.1...3286ae09f41d04fd3354519582750775abc034e5 ) )
Original file line number Diff line number Diff line change 3
3
4
4
import re
5
5
6
- __version__ = "0.10.1 "
6
+ __version__ = "0.10.2 "
7
7
8
8
# Build up version_info tuple for backwards compatibility
9
9
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