File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.3.8
5+ -----
6+ Slackened dependencies to avoid clashes with other libraries, like ``fastkafka ``.
7+
480.3.7
59-----
610If an exception is raised when running a command, mention the ``--trace ``
Original file line number Diff line number Diff line change 4444 "Programming Language :: Python :: 3.8" ,
4545 "Programming Language :: Python :: 3.9" ,
4646 "Programming Language :: Python :: 3.10" ,
47+ "Programming Language :: Python :: 3.11" ,
4748 "Programming Language :: Python :: Implementation :: CPython" ,
4849 ],
4950)
Original file line number Diff line number Diff line change 1919
2020from .format import Color , format_text , get_underline
2121
22- __VERSION__ = "0.3.7 "
22+ __VERSION__ = "0.3.8 "
2323
2424
2525# If an annotation is one of these values, we will convert the string value
You can’t perform that action at this time.
0 commit comments