changed version to 0.8-rc1

This commit is contained in:
Pablo Hoffman 2009-12-12 15:31:03 -02:00
parent 3d6f598abc
commit f22fe95ae9
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
Scrapy - a screen scraping framework written in Python
"""
# IMPORTANT: remember to also update the version in docs/conf.py
version_info = (0, 8, 0, '', 0)
__version__ = "0.8-dev"
version_info = (0, 8, 0, 'rc1', 0)
__version__ = "0.8-rc1"
import sys, os