Skip to content

Commit 07983ea

Browse files
committed
Bump version: 0.12.0 → 0.13.0
1 parent 4b3a2e7 commit 07983ea

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.13.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ notifications:
2323
- irc.freenode.org#scrapy
2424
deploy:
2525
provider: pypi
26-
distributions: sdist bdist_wheel
26+
distributions: sdist
2727
user: scrapy
2828
password:
2929
secure: KIXp6K9gU7TT7d0CTkDq81s1Uh2qLHBf+b8l0fAlzq1xHeBuWY82nq94yp6KPqBDr868Cf5CwyC6Gnz/HFD93NVZabooTiz0qUAq98fqKQ2n2KVWzaWxL5C0PN4x5P9KfAlXTgFAll1uCsKRa7gvRbW+q/wKAGsGfKDshTxTkAQ=

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Scrapely 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

1314
0.12.0 (2015-01-26)
1415
-------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
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',

0 commit comments

Comments
 (0)