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 e173743 commit 774f276Copy full SHA for 774f276
cssselect2/__init__.py
@@ -13,7 +13,7 @@
13
from .parser import SelectorError # noqa
14
from .tree import ElementWrapper # noqa
15
16
-VERSION = __version__ = '0.7.0'
+VERSION = __version__ = '0.8.0'
17
18
19
class Matcher:
docs/changelog.rst
@@ -2,6 +2,15 @@ Changelog
2
---------
3
4
5
+Version 0.8.0
6
+.............
7
+
8
+Released on 2025-03-05.
9
10
+* Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
11
+* Handle case-sensitive and case-insensitive attribute selectors
12
Version 0.7.0
.............
0 commit comments