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 4068880 commit c1ba513Copy full SHA for c1ba513
2 files changed
cssselect2/__init__.py
@@ -13,7 +13,7 @@
13
from .parser import SelectorError # noqa
14
from .tree import ElementWrapper # noqa
15
16
-VERSION = __version__ = '0.8.0'
+VERSION = __version__ = '0.9.0'
17
18
19
class Matcher:
docs/changelog.rst
@@ -2,6 +2,15 @@ Changelog
2
---------
3
4
5
+Version 0.9.0
6
+.............
7
+
8
+Released on 2026-02-12.
9
10
+* Drop support of Python 3.9, support 3.14
11
+* Support :host
12
Version 0.8.0
.............
0 commit comments