File tree 2 files changed +22
-3
lines changed
2 files changed +22
-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.13.0
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.12.0...dacbf9b03ebecbd09604ab2fa41e088e3f60b403 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Use passed-in ` info ` argument for ` TraitType.error() ` [ #884 ] ( https://github.com/ipython/traitlets/pull/884 ) ([ @kylebarron ] ( https://github.com/kylebarron ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Improve generics handling [ #886 ] ( https://github.com/ipython/traitlets/pull/886 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+ - Finish Strict Typing [ #885 ] ( https://github.com/ipython/traitlets/pull/885 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/traitlets/graphs/contributors?from=2023-10-25&to=2023-10-30&type=c ) )
21
+
22
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-25..2023-10-30&type=Issues ) | [ @kylebarron ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Akylebarron+updated%3A2023-10-25..2023-10-30&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 5.12.0
6
27
7
28
([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.11.2...b018581f0acd75844bbd7584e233c3ab3126501b ) )
26
47
27
48
[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-03..2023-10-24&type=Issues ) | [ @bollwyvl ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Abollwyvl+updated%3A2023-10-03..2023-10-24&type=Issues ) | [ @fleming79 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Afleming79+updated%3A2023-10-03..2023-10-24&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2023-10-03..2023-10-24&type=Issues ) | [ @shadchin ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ashadchin+updated%3A2023-10-03..2023-10-24&type=Issues )
28
49
29
- <!-- <END NEW CHANGELOG ENTRY> -->
30
-
31
50
## 5.11.2
32
51
33
52
([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.11.1...e238765a0ba28fc68318cff75e852958d5c65c93 ) )
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.12 .0"
8
+ __version__ = "5.13 .0"
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