Skip to content

Commit

Permalink
Merge branch 'bump-requirements'
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Mar 23, 2023
2 parents 24460a5 + 33223a2 commit abd844d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

0.3.8
-----
Slackened dependencies to avoid clashes with other libraries, like ``fastkafka``.

0.3.7
-----
If an exception is raised when running a command, mention the ``--trace``
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
],
)
2 changes: 1 addition & 1 deletion targ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .format import Color, format_text, get_underline

__VERSION__ = "0.3.7"
__VERSION__ = "0.3.8"


# If an annotation is one of these values, we will convert the string value
Expand Down

0 comments on commit abd844d

Please sign in to comment.