File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
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+
526## 5.12.0
627
728([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.11.2...b018581f0acd75844bbd7584e233c3ab3126501b ) )
2647
2748[ @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 )
2849
29- <!-- <END NEW CHANGELOG ENTRY> -->
30-
3150## 5.11.2
3251
3352([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.11.1...e238765a0ba28fc68318cff75e852958d5c65c93 ) )
Original file line number Diff line number Diff line change 55from typing import List
66
77# Version string must appear intact for hatch versioning
8- __version__ = "5.12 .0"
8+ __version__ = "5.13 .0"
99
1010# Build up version_info tuple for backwards compatibility
1111pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments