We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003f3f8 commit cde145eCopy full SHA for cde145e
cssselect2/__init__.py
@@ -17,7 +17,7 @@
17
from .parser import SelectorError # noqa
18
from .tree import ElementWrapper # noqa
19
20
-VERSION = __version__ = '0.5.0'
+VERSION = __version__ = '0.6.0'
21
22
23
class Matcher(object):
docs/changelog.rst
@@ -2,6 +2,18 @@ Changelog
2
---------
3
4
5
+Version 0.6.0
6
+.............
7
+
8
+Released on 2022-04-15.
9
10
+**This version deprecates the ``iter_ancestors`` and ``iter_previous_siblings``
11
+methods, that will be removed in 0.7.0. Use the ``ancestors`` and
12
+``previous_siblings`` properties instead.**
13
14
+* Improve speed of ancestors and previous siblings
15
16
Version 0.5.0
.............
0 commit comments