File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 0.9.1
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.9.0...014a91c793b12d008bb744614a280bc14b5be7eb ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Update Release Scripts [ #96 ] ( https://github.com/jupyter/jupyter_events/pull/96 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - chore: update pre-commit hooks [ #95 ] ( https://github.com/jupyter/jupyter_events/pull/95 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
15
+ - chore: update pre-commit hooks [ #94 ] ( https://github.com/jupyter/jupyter_events/pull/94 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
16
+ - Update ruff and typing [ #93 ] ( https://github.com/jupyter/jupyter_events/pull/93 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+ - chore: update pre-commit hooks [ #92 ] ( https://github.com/jupyter/jupyter_events/pull/92 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-11-06&to=2024-03-12&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-11-06..2024-03-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2023-11-06..2024-03-12&type=Issues )
24
+
25
+ <!-- <END NEW CHANGELOG ENTRY> -->
26
+
7
27
## 0.9.0
8
28
9
29
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.8.0...228a04801224d127f4304e17398464d045794cf0 ) )
@@ -24,8 +44,6 @@ All notable changes to this project will be documented in this file.
24
44
25
45
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-10-16..2023-11-06&type=Issues ) | [ @frenzymadness ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Afrenzymadness+updated%3A2023-10-16..2023-11-06&type=Issues )
26
46
27
- <!-- <END NEW CHANGELOG ENTRY> -->
28
-
29
47
## 0.8.0
30
48
31
49
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.7.0...e3edb6a868924d3f1b15eaf18d45be621ad77cef ) )
Original file line number Diff line number Diff line change 6
6
import re
7
7
8
8
# Version string must appear intact for hatch versioning
9
- __version__ = "0.9.0 "
9
+ __version__ = "0.9.1 "
10
10
11
11
# Build up version_info tuple for backwards compatibility
12
12
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