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 64bf1cc commit 7009927Copy full SHA for 7009927
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.5.0
5
+-----
6
+
7
+General maintenance - dropping Python 3.8 support, adding Python 3.13, and
8
+updating dependencies.
9
10
0.4.0
11
-----
12
targ/__init__.py
@@ -19,7 +19,7 @@
19
20
from .format import Color, format_text, get_underline
21
22
-__VERSION__ = "0.4.0"
+__VERSION__ = "0.5.0"
23
24
25
# If an annotation is one of these values, we will convert the string value
0 commit comments