Skip to content

Commit 5d0d3ee

Browse files
committed
Version 0.6.1
1 parent b8a91cb commit 5d0d3ee

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@ tinycss2 changelog
22
==================
33

44

5-
Version 0.6
6-
-----------
5+
Version 0.6.1
6+
-------------
7+
8+
Released on 2017-10-02.
9+
10+
* Update documentation.
11+
12+
13+
Version 0.6.0
14+
-------------
715

816
Released on 2017-08-16.
917

tinycss2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.6.0'
1+
VERSION = '0.6.1'
22

33

44
from .tokenizer import parse_component_value_list # noqa

0 commit comments

Comments
 (0)