We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434effd commit 6c6ec8aCopy full SHA for 6c6ec8a
2 files changed
cssselect2/__init__.py
@@ -15,7 +15,7 @@
15
from .parser import SelectorError # noqa
16
from .tree import ElementWrapper # noqa
17
18
-VERSION = __version__ = '0.6.0'
+VERSION = __version__ = '0.7.0'
19
20
21
class Matcher:
docs/changelog.rst
@@ -2,6 +2,14 @@ Changelog
2
---------
3
4
5
+Version 0.7.0
6
+.............
7
+
8
+Released on 2022-09-19.
9
10
+* Support :has selector
11
12
13
Version 0.6.0
14
.............
0 commit comments