File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.1
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.6.0...1aa57024d0a8c73b10d9944375f84c01ee9f5c33 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Remove artificial cap on jsonschema dependency [ #61 ] ( https://github.com/jupyter/jupyter_events/pull/61 ) ([ @kevin-bates ] ( https://github.com/kevin-bates ) )
14
+ - Try dropping jsonschema dependency [ #59 ] ( https://github.com/jupyter/jupyter_events/pull/59 ) ([ @bretttully ] ( https://github.com/bretttully ) )
15
+
16
+ ### Contributors to this release
17
+
18
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-01-09&to=2023-01-10&type=c ) )
19
+
20
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-01-09..2023-01-10&type=Issues ) | [ @bretttully ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Abretttully+updated%3A2023-01-09..2023-01-10&type=Issues ) | [ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Akevin-bates+updated%3A2023-01-09..2023-01-10&type=Issues )
21
+
22
+ <!-- <END NEW CHANGELOG ENTRY> -->
23
+
7
24
## 0.6.0
8
25
9
26
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.5.0...83f01b142c3190074d9e6108155514ddc6237d2c ) )
@@ -34,8 +51,6 @@ All notable changes to this project will be documented in this file.
34
51
35
52
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2022-09-12..2023-01-09&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adependabot+updated%3A2022-09-12..2023-01-09&type=Issues ) | [ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adlqqq+updated%3A2022-09-12..2023-01-09&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2022-09-12..2023-01-09&type=Issues )
36
53
37
- <!-- <END NEW CHANGELOG ENTRY> -->
38
-
39
54
## 0.5.0
40
55
41
56
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.4.0...af1db6f5b9052e54d5a65797b67bff17b80e7eec ) )
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.0 "
8
+ __version__ = "0.6.1 "
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