Skip to content

Commit c8290e3

Browse files
committed
Version 0.6.0.
1 parent d3692e0 commit c8290e3

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGES

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
tinycss2 changelog
22
==================
33

4+
5+
Version 0.6
6+
-----------
7+
8+
Released on 2017-08-16.
9+
10+
* Don't allow identifiers starting with two dashes.
11+
* Don't use Tox for tests.
12+
* Follow semantic versioning.
13+
14+
415
Version 0.5
516
-----------
617

@@ -16,8 +27,8 @@ Released on 2014-08-19.
1627
when parsing a stylesheet, rule list, or declaration list.
1728
Pass ``skip_comments=True`` and ``skip_whitespace=True``
1829
to get the old behavior.
19-
* Test on Python 3.4 and PyPy3
20-
* Set up continous integration on Travis-CI
30+
* Test on Python 3.4 and PyPy3.
31+
* Set up continous integration on Travis-CI.
2132

2233

2334
Version 0.4

tinycss2/__init__.py

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

33

44
from .tokenizer import parse_component_value_list # noqa

0 commit comments

Comments
 (0)