Skip to content

Commit abd844d

Browse files
committed
Merge branch 'bump-requirements'
2 parents 24460a5 + 33223a2 commit abd844d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
0.3.8
5+
-----
6+
Slackened dependencies to avoid clashes with other libraries, like ``fastkafka``.
7+
48
0.3.7
59
-----
610
If an exception is raised when running a command, mention the ``--trace``

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
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
)

targ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from .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

0 commit comments

Comments
 (0)