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 58e4fa2 commit c35b34eCopy full SHA for c35b34e
docs/changelog.rst
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+Version 1.4.0
6
+-------------
7
+
8
+Released on 2024-10-24
9
10
+* Support CSS Color Level 4
11
12
13
Version 1.3.0
14
-------------
15
tinycss2/__init__.py
@@ -15,4 +15,4 @@
from .serializer import serialize, serialize_identifier # noqa
16
from .tokenizer import parse_component_value_list # noqa
17
18
-VERSION = __version__ = '1.3.0'
+VERSION = __version__ = '1.4.0'
0 commit comments