Skip to content

Commit c35b34e

Browse files
committed
Version 1.4.0
1 parent 58e4fa2 commit c35b34e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

5+
Version 1.4.0
6+
-------------
7+
8+
Released on 2024-10-24
9+
10+
* Support CSS Color Level 4
11+
12+
513
Version 1.3.0
614
-------------
715

tinycss2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .serializer import serialize, serialize_identifier # noqa
1616
from .tokenizer import parse_component_value_list # noqa
1717

18-
VERSION = __version__ = '1.3.0'
18+
VERSION = __version__ = '1.4.0'

0 commit comments

Comments
 (0)