bumped version to 0.14.2

This commit is contained in:
Pablo Hoffman 2012-03-11 12:58:58 -03:00
parent 6a5bef291d
commit 68c1c98d28
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, 14, 1)
__version__ = "0.14.1"
version_info = (0, 14, 2)
__version__ = "0.14.2"
import sys, os, warnings