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 11[bumpversion]
2- current_version = 0.12 .0
2+ current_version = 0.13 .0
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ notifications:
2323 - irc.freenode.org#scrapy
2424deploy :
2525 provider : pypi
26- distributions : sdist bdist_wheel
26+ distributions : sdist
2727 user : scrapy
2828 password :
2929 secure : KIXp6K9gU7TT7d0CTkDq81s1Uh2qLHBf+b8l0fAlzq1xHeBuWY82nq94yp6KPqBDr868Cf5CwyC6Gnz/HFD93NVZabooTiz0qUAq98fqKQ2n2KVWzaWxL5C0PN4x5P9KfAlXTgFAll1uCsKRa7gvRbW+q/wKAGsGfKDshTxTkAQ=
Original file line number Diff line number Diff line change 11Scrapely release notes
22======================
33
4- 0.13.0 (TBA )
4+ 0.13.0 (2016-12-21 )
55------------
66
77- Python 3 support;
88- fixed incorrect webpage encoding detection;
99- usability improvements for scrapely.tool;
1010- internal cleanups;
1111- number extractor now supports numbers with a sign.
12+ - add C extension to speed up parsing and extraction
1213
13140.12.0 (2015-01-26)
1415-------------------
Original file line number Diff line number Diff line change 2626
2727setup (
2828 name = 'scrapely' ,
29- version = '0.13.0b1 ' ,
29+ version = '0.13.0 ' ,
3030 license = 'BSD' ,
3131 description = 'A pure-python HTML screen-scraping library' ,
3232 author = 'Scrapy project' ,
You can’t perform that action at this time.
0 commit comments