Automated merge with ssh://hg.scrapy.org/scrapy-0.10

This commit is contained in:
Daniel Grana 2010-09-16 14:30:27 -03:00
commit 627bc3e7ac
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, 10, 3, 'dev')
__version__ = "0.10.3"
version_info = (0, 11, 0, 'dev')
__version__ = "0.11"
import sys, os, warnings