Skip to content

Commit 2acddd6

Browse files
committed
bumped version
1 parent 48d79b2 commit 2acddd6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.5
2+
=====
3+
Fixing a bug with the ``--trace`` option, which outputs a traceback if an
4+
exception occurs.
5+
16
0.3.4
27
=====
38
Commands will now work if the type annotation of an argument is missing - in

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.4"
22+
__VERSION__ = "0.3.5"
2323

2424

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

0 commit comments

Comments
 (0)