File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 5.7.1
6+
7+ ([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.7.0...aa0d38bf02d34a6df788477da30eac6e58ffbda5 ) )
8+
9+ ### Bugs fixed
10+
11+ - fix: some descriptors raise AttributeError [ #812 ] ( https://github.com/ipython/traitlets/pull/812 ) ([ @maartenbreddels ] ( https://github.com/maartenbreddels ) )
12+
13+ ### Contributors to this release
14+
15+ ([ GitHub contributors page for this release] ( https://github.com/ipython/traitlets/graphs/contributors?from=2022-12-08&to=2022-12-12&type=c ) )
16+
17+ [ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-12-08..2022-12-12&type=Issues )
18+
19+ <!-- <END NEW CHANGELOG ENTRY> -->
20+
521## 5.7.0
622
723([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.6.0...f07afea52cf6314bc20571c52409ff6cb115a709 ) )
2137
2238[ @azjps ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Aazjps+updated%3A2022-11-29..2022-12-08&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2022-11-29..2022-12-08&type=Issues ) | [ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-11-29..2022-12-08&type=Issues ) | [ @naterush ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Anaterush+updated%3A2022-11-29..2022-12-08&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2022-11-29..2022-12-08&type=Issues )
2339
24- <!-- <END NEW CHANGELOG ENTRY> -->
25-
2640## 5.6.0
2741
2842([ Full Changelog] ( https://github.com/ipython/traitlets/compare/5.5.0...2c5188a3562f03c0703315b21df41ca7ace23dd3 ) )
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.7.0 "
8+ __version__ = "5.7.1 "
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