Skip to content

Commit 291c142

Browse files
committed
Version 1.1.1
1 parent df3f1e6 commit 291c142

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

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

44

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+
514
Version 1.1.0
615
-------------
716

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.1.0'
18+
VERSION = __version__ = '1.1.1'

0 commit comments

Comments
 (0)