We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dad2a commit fe07bb0Copy full SHA for fe07bb0
2 files changed
CHANGES
@@ -2,6 +2,14 @@ cssselect2 changelog
2
====================
3
4
5
+Version 0.2.2
6
+-------------
7
+
8
+Released on 2019-09-06.
9
10
+* Optimize lang attribute selectors.
11
12
13
Version 0.2.1
14
-------------
15
cssselect2/__init__.py
@@ -21,7 +21,7 @@
21
from .parser import SelectorError # noqa
22
from .tree import ElementWrapper # noqa
23
24
-VERSION = '0.2.1'
+VERSION = '0.2.2'
25
26
27
class Matcher(object):
0 commit comments