Skip to content

Commit ad069cf

Browse files
committed
Version 0.2.1
1 parent fb7f7db commit ad069cf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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.1
6+
-------------
7+
8+
Released on 2017-10-02.
9+
10+
* Fix documentation.
11+
12+
513
Version 0.2.0
614
-------------
715

cssselect2/__init__.py

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

2424

25-
VERSION = '0.2.0'
25+
VERSION = '0.2.1'
2626

2727

2828
class Matcher(object):

0 commit comments

Comments
 (0)