File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 6.6.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_console/compare/v6.5.1...7a6bbfecac9c34e9a6b26eae6c018cee7622b403 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Switch to hatch backend [ #281 ] ( https://github.com/jupyter/jupyter_console/pull/281 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Add flaky [ #280 ] ( https://github.com/jupyter/jupyter_console/pull/280 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - Clean up license [ #279 ] ( https://github.com/jupyter/jupyter_console/pull/279 ) ([ @dcsaba89 ] ( https://github.com/dcsaba89 ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_console/graphs/contributors?from=2023-02-13&to=2023-02-20&type=c ) )
18
+
19
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_console+involves%3Ablink1073+updated%3A2023-02-13..2023-02-20&type=Issues ) | [ @dcsaba89 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_console+involves%3Adcsaba89+updated%3A2023-02-13..2023-02-20&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
5
23
## 6.5.1
6
24
7
25
([ Full Changelog] ( https://github.com/jupyter/jupyter_console/compare/v6.5.0...25fe1d530cefe22596fc2aa9694cdcded14c0af3 ) )
16
34
17
35
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_console+involves%3Ablink1073+updated%3A2023-02-09..2023-02-13&type=Issues )
18
36
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
37
## 6.5.0
22
38
23
39
([ Full Changelog] ( https://github.com/jupyter/jupyter_console/compare/v6.4.4...7bcb1c61c709d033d5b24ecaea3cc6161ff69f5a ) )
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__ = "6.5.1 "
4
+ __version__ = "6.6.0 "
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