Skip to content

Commit 853bc5a

Browse files
committed
Version 1.2.1
Fix #50.
1 parent a223a77 commit 853bc5a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

5+
Version 1.2.1
6+
-------------
7+
8+
Released on 2022-10-18.
9+
10+
* Fix tests included in the source tarball
11+
12+
513
Version 1.2.0
614
-------------
715

Diff for: tinycss2/__init__.py

+1-1
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.2.0'
18+
VERSION = __version__ = '1.2.1'

0 commit comments

Comments
 (0)