Skip to content

Commit fe07bb0

Browse files
committed
Version 0.2.2
1 parent 25dad2a commit fe07bb0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ cssselect2 changelog
22
====================
33

44

5+
Version 0.2.2
6+
-------------
7+
8+
Released on 2019-09-06.
9+
10+
* Optimize lang attribute selectors.
11+
12+
513
Version 0.2.1
614
-------------
715

cssselect2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from .parser import SelectorError # noqa
2222
from .tree import ElementWrapper # noqa
2323

24-
VERSION = '0.2.1'
24+
VERSION = '0.2.2'
2525

2626

2727
class Matcher(object):

0 commit comments

Comments
 (0)