Skip to content

Commit

Permalink
Version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 16, 2017
1 parent d3692e0 commit c8290e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
tinycss2 changelog
==================


Version 0.6
-----------

Released on 2017-08-16.

* Don't allow identifiers starting with two dashes.
* Don't use Tox for tests.
* Follow semantic versioning.


Version 0.5
-----------

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


Version 0.4
Expand Down
2 changes: 1 addition & 1 deletion tinycss2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.5'
VERSION = '0.6.0'


from .tokenizer import parse_component_value_list # noqa
Expand Down

0 comments on commit c8290e3

Please sign in to comment.