We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d660633 commit afdd404Copy full SHA for afdd404
CHANGES.rst
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.7.2 (2017-03-30)
5
+------------------
6
+
7
+* fixed issue with response type detection.
8
9
0.7.1 (2016-12-20)
10
------------------
11
setup.py
@@ -3,7 +3,7 @@
setup(
name='scrapy-splash',
- version='0.7.1',
+ version='0.7.2',
url='https://github.com/scrapy-plugins/scrapy-splash',
description='JavaScript support for Scrapy using Splash',
long_description=open('README.rst').read() + "\n\n" + open("CHANGES.rst").read(),
0 commit comments