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 df3f1e6 commit 291c142Copy full SHA for 291c142
docs/changelog.rst
@@ -2,6 +2,15 @@ Changelog
2
=========
3
4
5
+Version 1.1.1
6
+-------------
7
+
8
+Released on 2021-11-22.
9
10
+* Add support of Python 3.10.
11
+* Include tests in source package.
12
13
14
Version 1.1.0
15
-------------
16
tinycss2/__init__.py
@@ -15,4 +15,4 @@
from .serializer import serialize, serialize_identifier # noqa
from .tokenizer import parse_component_value_list # noqa
17
18
-VERSION = __version__ = '1.1.0'
+VERSION = __version__ = '1.1.1'
0 commit comments