Skip to content

Commit cde145e

Browse files
committed
Version 0.6.0
1 parent 003f3f8 commit cde145e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

cssselect2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .parser import SelectorError # noqa
1818
from .tree import ElementWrapper # noqa
1919

20-
VERSION = __version__ = '0.5.0'
20+
VERSION = __version__ = '0.6.0'
2121

2222

2323
class Matcher(object):

docs/changelog.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Changelog
22
---------
33

44

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+
517
Version 0.5.0
618
.............
719

0 commit comments

Comments
 (0)