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 fb7f7db commit ad069cfCopy full SHA for ad069cf
2 files changed
CHANGES
@@ -2,6 +2,14 @@ cssselect2 changelog
2
====================
3
4
5
+Version 0.2.1
6
+-------------
7
+
8
+Released on 2017-10-02.
9
10
+* Fix documentation.
11
12
13
Version 0.2.0
14
-------------
15
cssselect2/__init__.py
@@ -22,7 +22,7 @@
22
from .tree import ElementWrapper # noqa
23
24
25
-VERSION = '0.2.0'
+VERSION = '0.2.1'
26
27
28
class Matcher(object):
0 commit comments