Skip to content

Commit bd186de

Browse files
committed
bumped version
1 parent 3d875ba commit bd186de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

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

4+
0.3.7
5+
-----
6+
If an exception is raised when running a command, mention the ``--trace``
7+
option, which will show a full stack trace.
8+
9+
Added docstring to ``Command``.
10+
411
0.3.6
512
-----
613
Added Python 3.10 support.

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.6"
22+
__VERSION__ = "0.3.7"
2323

2424

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

0 commit comments

Comments
 (0)