update __version__ to 0.16.2

This commit is contained in:
Daniel Graña 2012-11-09 13:12:47 -02:00
parent 629f6ca36f
commit 1787011d4b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Scrapy - a screen scraping framework written in Python
"""
version_info = (0, 16, 2)
__version__ = "0.16.1"
__version__ = "0.16.2"
import sys, os, warnings