mirror of https://github.com/scrapy/scrapy.git
bumped version to 0.17.0
This commit is contained in:
parent
c3e91ba73e
commit
d4b8e2633e
|
|
@ -2,8 +2,8 @@
|
|||
Scrapy - a screen scraping framework written in Python
|
||||
"""
|
||||
|
||||
version_info = (0, 15, 1)
|
||||
__version__ = "0.15.1"
|
||||
version_info = (0, 17, 0)
|
||||
__version__ = "0.17.0"
|
||||
|
||||
import sys, os, warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue