bumped version to 0.14.3

This commit is contained in:
Daniel Graña 2012-04-19 23:06:55 -03:00
parent fd85f9cc8e
commit 02df475711
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, 2)
__version__ = "0.14.2"
version_info = (0, 14, 3)
__version__ = "0.14.3"
import sys, os, warnings