We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d875ba commit bd186deCopy full SHA for bd186de
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
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
11
0.3.6
12
-----
13
Added Python 3.10 support.
targ/__init__.py
@@ -19,7 +19,7 @@
19
20
from .format import Color, format_text, get_underline
21
22
-__VERSION__ = "0.3.6"
+__VERSION__ = "0.3.7"
23
24
25
# If an annotation is one of these values, we will convert the string value
0 commit comments