Skip to content

Commit 774f276

Browse files
committed
Version 0.8.0
1 parent e173743 commit 774f276

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

cssselect2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .parser import SelectorError # noqa
1414
from .tree import ElementWrapper # noqa
1515

16-
VERSION = __version__ = '0.7.0'
16+
VERSION = __version__ = '0.8.0'
1717

1818

1919
class Matcher:

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog
22
---------
33

44

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+
13+
514
Version 0.7.0
615
.............
716

0 commit comments

Comments
 (0)