Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 9, 2021
1 parent 48d79b2 commit 2acddd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.5
=====
Fixing a bug with the ``--trace`` option, which outputs a traceback if an
exception occurs.

0.3.4
=====
Commands will now work if the type annotation of an argument is missing - in
Expand Down
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.4"
__VERSION__ = "0.3.5"


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

0 comments on commit 2acddd6

Please sign in to comment.