bumped version to 0.15

This commit is contained in:
Pablo Hoffman 2011-11-17 14:44:34 -02:00
parent 0f649f0e30
commit e29f9e5b24
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, 0)
__version__ = "0.14.0"
version_info = (0, 15, 0)
__version__ = "0.15.0"
import sys, os, warnings