Skip to content

Commit afdd404

Browse files
committed
v0.7.2
1 parent d660633 commit afdd404

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.7.2 (2017-03-30)
5+
------------------
6+
7+
* fixed issue with response type detection.
8+
49
0.7.1 (2016-12-20)
510
------------------
611

setup.py

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

44
setup(
55
name='scrapy-splash',
6-
version='0.7.1',
6+
version='0.7.2',
77
url='https://github.com/scrapy-plugins/scrapy-splash',
88
description='JavaScript support for Scrapy using Splash',
99
long_description=open('README.rst').read() + "\n\n" + open("CHANGES.rst").read(),

0 commit comments

Comments
 (0)