Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Oct 17, 2022
1 parent 5a36826 commit a223a77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


Version 1.2.0
-------------

Released on 2022-10-17.

* Drop support of Python 3.6
* Fix serialization of nested functions with no parameters
* Don’t use pytest plugins by default


Version 1.1.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion tinycss2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .serializer import serialize, serialize_identifier # noqa
from .tokenizer import parse_component_value_list # noqa

VERSION = __version__ = '1.1.1'
VERSION = __version__ = '1.2.0'

0 comments on commit a223a77

Please sign in to comment.