File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing
44time for full QA testing before moving the release candidate to a full release.
55
6+ ## v1.8.3 [ 2024-08-20]
7+
8+ __ What's New:__
9+
10+ * None
11+
12+ __ Enhancements:__
13+
14+ * None
15+
16+ __ Bug Fixes:__
17+
18+ * None
19+
20+ __ Dependencies:__
21+
22+ * ` setuptools ` when running in python 3.12 environments.
23+
24+ __ Other:__
25+
26+ * None
27+
628## v1.8.2 [ 2024-07-26]
729
830__ What's New:__
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies = [
2727 " python-dateutil" ,
2828 " PyYAML" ,
2929 " requests>=2.31.0" ,
30+ " setuptools; python_version >= '3.12'" ,
3031 " tabulate" ,
3132 " toml"
3233]
Original file line number Diff line number Diff line change 1515python-dateutil
1616PyYAML
1717requests
18+ setuptools ; python_version >= "3.12"
1819tabulate
1920toml
2021twine
Original file line number Diff line number Diff line change 1- __version__ = '1.8.2 '
1+ __version__ = '1.8.3 '
You can’t perform that action at this time.
0 commit comments