bumped version to 0.16.3

This commit is contained in:
Daniel Graña 2012-12-07 18:51:24 -02:00
parent 487b9b5147
commit 44b5c5d861
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, 16, 2)
__version__ = "0.16.2"
version_info = (0, 16, 3)
__version__ = "0.16.3"
import sys, os, warnings