File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-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.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.7.0...168340e8313e63fd9e037280f98ed22d47e2231b ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - CI Refactor [ #257 ] ( https://github.com/jupyter/nbclient/pull/257 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+
13
+ ### Other merged PRs
14
+
15
+ - Remove nest-asyncio [ #259 ] ( https://github.com/jupyter/nbclient/pull/259 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
16
+ - Add upper bound to dependencies [ #258 ] ( https://github.com/jupyter/nbclient/pull/258 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbclient/graphs/contributors?from=2022-10-06&to=2022-11-29&type=c ) )
21
+
22
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2022-10-06..2022-11-29&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-10-06..2022-11-29&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2022-10-06..2022-11-29&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 0.7.0
6
27
7
28
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.6.8...449f17d0374f43694d2203d216c97dd4ac7f2c0e ) )
19
40
20
41
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2022-09-09..2022-10-06&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2022-09-09..2022-10-06&type=Issues )
21
42
22
- <!-- <END NEW CHANGELOG ENTRY> -->
23
-
24
43
## 0.6.8
25
44
26
45
([ Full Changelog] ( https://github.com/jupyter/nbclient/compare/v0.6.7...f7d72b2c6937fc30add18b7413f89b691d1710be ) )
Original file line number Diff line number Diff line change 1
1
import re
2
2
from typing import List , Union
3
3
4
- __version__ = "0.7.0 "
4
+ __version__ = "0.7.1 "
5
5
6
6
# Build up version_info tuple for backwards compatibility
7
7
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