mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 13:03:47 +00:00
removed rc1 from version 0.8 (good enough for a stable release)
This commit is contained in:
parent
422d6facb2
commit
cd9a2d8edb
@ -2,8 +2,8 @@
|
||||
Scrapy - a screen scraping framework written in Python
|
||||
"""
|
||||
|
||||
version_info = (0, 8, 0, 'rc1', 0)
|
||||
__version__ = "0.8-rc1"
|
||||
version_info = (0, 8, 0, '', 0)
|
||||
__version__ = "0.8"
|
||||
|
||||
import sys, os
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user