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 b8a91cb commit 5d0d3eeCopy full SHA for 5d0d3ee
CHANGES
@@ -2,8 +2,16 @@ tinycss2 changelog
2
==================
3
4
5
-Version 0.6
6
------------
+Version 0.6.1
+-------------
7
+
8
+Released on 2017-10-02.
9
10
+* Update documentation.
11
12
13
+Version 0.6.0
14
15
16
Released on 2017-08-16.
17
tinycss2/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = '0.6.0'
+VERSION = '0.6.1'
from .tokenizer import parse_component_value_list # noqa
0 commit comments