bump version to 0.14.4

This commit is contained in:
Daniel Graña 2012-05-15 15:28:45 -03:00
parent b7e46dfdf4
commit 0d4dccd0fc
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, 3)
__version__ = "0.14.3"
version_info = (0, 14, 4)
__version__ = "0.14.4"
import sys, os, warnings