File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 0.6.3
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.6.2...ac65980322317f1f30bc07150c9e14afaad03d40 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Clean up typing [ #64 ] ( https://github.com/jupyter/jupyter_events/pull/64 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-01-10&to=2023-01-12&type=c ) )
18
+
19
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-01-10..2023-01-12&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
7
23
## 0.6.2
8
24
9
25
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.6.1...a00859944090df5277f263fcfe72ae48b8cc2382 ) )
@@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
18
34
19
35
[ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Akevin-bates+updated%3A2023-01-10..2023-01-10&type=Issues )
20
36
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
37
## 0.6.1
24
38
25
39
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.6.0...1aa57024d0a8c73b10d9944375f84c01ee9f5c33 ) )
Original file line number Diff line number Diff line change 5
5
from typing import List
6
6
7
7
# Version string must appear intact for hatch versioning
8
- __version__ = "0.6.2 "
8
+ __version__ = "0.6.3 "
9
9
10
10
# Build up version_info tuple for backwards compatibility
11
11
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