Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Feb 27, 2022
1 parent baa3df5 commit dc006e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cssselect2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .parser import SelectorError # noqa
from .tree import ElementWrapper # noqa

VERSION = __version__ = '0.4.1'
VERSION = __version__ = '0.5.0'


class Matcher(object):
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog
---------


Version 0.5.0
.............

Released on 2022-02-27.

* Support Python 3.10
* Drop support of Python 3.6
* Handle many CSS4 selectors
* Ignore comments at the beginning of selectors


Version 0.4.1
.............

Expand Down

0 comments on commit dc006e0

Please sign in to comment.