File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-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.9.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.9.0...6f6aa8cb1a853c81975fcc48fa5cfcc3d37bcddd ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Update Release Scripts [ #309 ] ( https://github.com/jupyter/nbclient/pull/309 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Pin to Pytest 7 [ #308 ] ( https://github.com/jupyter/nbclient/pull/308 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+
14
+ ### Other merged PRs
15
+
16
+ - chore: update pre-commit hooks [ #305 ] ( https://github.com/jupyter/nbclient/pull/305 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
17
+ - chore: update pre-commit hooks [ #304 ] ( https://github.com/jupyter/nbclient/pull/304 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
18
+ - chore: update pre-commit hooks [ #303 ] ( https://github.com/jupyter/nbclient/pull/303 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
19
+ - Bump actions/checkout from 3 to 4 [ #302 ] ( https://github.com/jupyter/nbclient/pull/302 ) ([ @dependabot ] ( https://github.com/dependabot ) )
20
+ - chore: update pre-commit hooks [ #300 ] ( https://github.com/jupyter/nbclient/pull/300 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
21
+
22
+ ### Contributors to this release
23
+
24
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbclient/graphs/contributors?from=2023-11-07&to=2024-03-12&type=c ) )
25
+
26
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2023-11-07..2024-03-12&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adependabot+updated%3A2023-11-07..2024-03-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2023-11-07..2024-03-12&type=Issues )
27
+
28
+ <!-- <END NEW CHANGELOG ENTRY> -->
29
+
5
30
## 0.9.0
6
31
7
32
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.8.0...31cf1e751935628b2ce8b88b7c00e5b53e9dcfd6 ) )
25
50
26
51
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2023-05-22..2023-11-07&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adependabot+updated%3A2023-05-22..2023-11-07&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2023-05-22..2023-11-07&type=Issues )
27
52
28
- <!-- <END NEW CHANGELOG ENTRY> -->
29
-
30
53
## 0.8.0
31
54
32
55
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.7.4...cb7b4f7f409bbd06d55cc339afdcdea79da0e199 ) )
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.9.0 "
5
+ __version__ = "0.9.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