Skip to content

Commit a384d9c

Browse files
committed
Version 0.4.0
1 parent ef4593f commit a384d9c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

cssselect2/__init__.py

Lines changed: 1 addition & 1 deletion
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.3.0'
20+
VERSION = __version__ = '0.4.0'
2121

2222

2323
class Matcher(object):

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Changelog
22
---------
33

44

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+
515
Version 0.3.0
616
.............
717

0 commit comments

Comments
 (0)