File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 5.8.0
6+
7+ ([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.7.1...47e652f96aff54d1aa3b19337c9c8d80fe0fd4c4 ) )
8+
9+ ### Enhancements made
10+
11+ -Shell command-line tab-completion via ` argcomplete ` [ #811 ] ( https://github.com/ipython/traitlets/pull/811 ) ([ @azjps ] ( https://github.com/azjps ) )
12+
13+ - Define ` trait.__doc__ ` = ` trait.help ` for better API Docs [ #816 ] ( https://github.com/ipython/traitlets/pull/816 ) ([ @minrk ] ( https://github.com/minrk ) )
14+
15+ ### Maintenance and upkeep improvements
16+
17+ - Expose more attributes for typing [ #817 ] ( https://github.com/ipython/traitlets/pull/817 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18+ - Fix lint [ #814 ] ( https://github.com/ipython/traitlets/pull/814 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
19+
20+ ### Documentation improvements
21+
22+ - Additional ` Application ` examples and docs [ #811 ] ( https://github.com/ipython/traitlets/pull/811 ) ([ @azjps ] ( https://github.com/azjps ) )
23+
24+ ### Contributors to this release
25+
26+ ([ GitHub contributors page for this release] ( https://github.com/ipython/traitlets/graphs/contributors?from=2022-12-12&to=2022-12-19&type=c ) )
27+
28+ [ @azjps ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Aazjps+updated%3A2022-12-12..2022-12-19&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2022-12-12..2022-12-19&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Aminrk+updated%3A2022-12-12..2022-12-19&type=Issues )
29+
30+ <!-- <END NEW CHANGELOG ENTRY> -->
31+
532## 5.7.1
633
734([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.7.0...aa0d38bf02d34a6df788477da30eac6e58ffbda5 ) )
1643
1744[ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-12-08..2022-12-12&type=Issues )
1845
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2146## 5.7.0
2247
2348([ Full Changelog] ( https://github.com/ipython/traitlets/compare/v5.6.0...f07afea52cf6314bc20571c52409ff6cb115a709 ) )
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.1 "
8+ __version__ = "5.8.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