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 ef4593f commit a384d9cCopy full SHA for a384d9c
2 files changed
cssselect2/__init__.py
@@ -17,7 +17,7 @@
17
from .parser import SelectorError # noqa
18
from .tree import ElementWrapper # noqa
19
20
-VERSION = __version__ = '0.3.0'
+VERSION = __version__ = '0.4.0'
21
22
23
class Matcher(object):
docs/changelog.rst
@@ -2,6 +2,16 @@ Changelog
2
---------
3
4
5
+Version 0.4.0
6
+.............
7
+
8
+Released on 2020-10-29.
9
10
+* Drop support of Python 3.5, add support of Python 3.9.
11
+* Don’t crash on empty :not() selectors.
12
+* New code structure, new packaging, new documentation.
13
14
15
Version 0.3.0
16
.............
0 commit comments