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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 5.11.2
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.11.1...e238765a0ba28fc68318cff75e852958d5c65c93 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - More typing cleanup [ #877 ] ( https://github.com/ipython/traitlets/pull/877 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+
13
+ ### Contributors to this release
14
+
15
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/traitlets/graphs/contributors?from=2023-10-03&to=2023-10-03&type=c ) )
16
+
17
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-03..2023-10-03&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 5.11.1
6
22
7
23
([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.11.0...292a699ad1a3a3ece760a8335cae73927cccd711 ) )
16
32
17
33
[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-03..2023-10-03&type=Issues )
18
34
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
35
## 5.11.0
22
36
23
37
([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.10.1...24a24508260d501abd6bc8b42b59163c6c07d8c4 ) )
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__ = "5.11.1 "
8
+ __version__ = "5.11.2 "
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