File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-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.7.3
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.7.2...aa62bc79274d264e9b9d70a139c9506a740b5d77 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Fix test stability [ #276 ] ( https://github.com/jupyter/nbclient/pull/276 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Clean up license [ #274 ] ( https://github.com/jupyter/nbclient/pull/274 ) ([ @dcsaba89 ] ( https://github.com/dcsaba89 ) )
13
+ - Update codecov link [ #271 ] ( https://github.com/jupyter/nbclient/pull/271 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - Add spelling and docstring enforcement [ #269 ] ( https://github.com/jupyter/nbclient/pull/269 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15
+ - Adopt ruff and address lint [ #267 ] ( https://github.com/jupyter/nbclient/pull/267 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+
17
+ ### Other merged PRs
18
+
19
+ - Add coalesce_streams [ #279 ] ( https://github.com/jupyter/nbclient/pull/279 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
20
+
21
+ ### Contributors to this release
22
+
23
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbclient/graphs/contributors?from=2022-11-29&to=2023-04-03&type=c ) )
24
+
25
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2022-11-29..2023-04-03&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-11-29..2023-04-03&type=Issues ) | [ @dcsaba89 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adcsaba89+updated%3A2022-11-29..2023-04-03&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2022-11-29..2023-04-03&type=Issues )
26
+
27
+ <!-- <END NEW CHANGELOG ENTRY> -->
28
+
5
29
## 0.7.2
6
30
7
31
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.7.1...e6f8b9f7001f9988a29bb011a0f6052987e6507a ) )
18
42
19
43
[ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-11-29..2022-11-29&type=Issues )
20
44
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
45
## 0.7.1
24
46
25
47
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.7.0...168340e8313e63fd9e037280f98ed22d47e2231b ) )
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.7.2 "
5
+ __version__ = "0.7.3 "
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