File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.12 .0
2
+ current_version = 0.13 .0
3
3
commit = True
4
4
tag = True
5
5
tag_name = v{new_version}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ notifications:
23
23
- irc.freenode.org#scrapy
24
24
deploy :
25
25
provider : pypi
26
- distributions : sdist bdist_wheel
26
+ distributions : sdist
27
27
user : scrapy
28
28
password :
29
29
secure : KIXp6K9gU7TT7d0CTkDq81s1Uh2qLHBf+b8l0fAlzq1xHeBuWY82nq94yp6KPqBDr868Cf5CwyC6Gnz/HFD93NVZabooTiz0qUAq98fqKQ2n2KVWzaWxL5C0PN4x5P9KfAlXTgFAll1uCsKRa7gvRbW+q/wKAGsGfKDshTxTkAQ=
Original file line number Diff line number Diff line change 1
1
Scrapely release notes
2
2
======================
3
3
4
- 0.13.0 (TBA )
4
+ 0.13.0 (2016-12-21 )
5
5
------------
6
6
7
7
- Python 3 support;
8
8
- fixed incorrect webpage encoding detection;
9
9
- usability improvements for scrapely.tool;
10
10
- internal cleanups;
11
11
- number extractor now supports numbers with a sign.
12
+ - add C extension to speed up parsing and extraction
12
13
13
14
0.12.0 (2015-01-26)
14
15
-------------------
Original file line number Diff line number Diff line change 26
26
27
27
setup (
28
28
name = 'scrapely' ,
29
- version = '0.13.0b1 ' ,
29
+ version = '0.13.0 ' ,
30
30
license = 'BSD' ,
31
31
description = 'A pure-python HTML screen-scraping library' ,
32
32
author = 'Scrapy project' ,
You can’t perform that action at this time.
0 commit comments