Skip to content

Commit 6c6ec8a

Browse files
committed
Version 0.7.0
1 parent 434effd commit 6c6ec8a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

cssselect2/__init__.py

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

18-
VERSION = __version__ = '0.6.0'
18+
VERSION = __version__ = '0.7.0'
1919

2020

2121
class Matcher:

docs/changelog.rst

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

44

5+
Version 0.7.0
6+
.............
7+
8+
Released on 2022-09-19.
9+
10+
* Support :has selector
11+
12+
513
Version 0.6.0
614
.............
715

0 commit comments

Comments
 (0)