From 2acddd6cf1db8187e2fe59aa629df39b5312e6ef Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Mon, 9 Aug 2021 22:17:21 +0100 Subject: [PATCH] bumped version --- CHANGES | 5 +++++ targ/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f654824..d490b20 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/targ/__init__.py b/targ/__init__.py index edb506d..c4ec796 100644 --- a/targ/__init__.py +++ b/targ/__init__.py @@ -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