bumped version to 0.17.0

This commit is contained in:
Daniel Graña 2012-10-18 17:11:33 -02:00
parent c3e91ba73e
commit d4b8e2633e
1 changed files with 2 additions and 2 deletions

View File

@ -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