Skip to content

Commit c1ba513

Browse files
committed
Version 0.9.0
1 parent 4068880 commit c1ba513

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

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.8.0'
16+
VERSION = __version__ = '0.9.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.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+
13+
514
Version 0.8.0
615
.............
716

0 commit comments

Comments
 (0)