mirror of https://github.com/scrapy/scrapy.git
bumped version to 0.7 final
This commit is contained in:
parent
1f9e0f10eb
commit
2be739964d
|
|
@ -3,8 +3,8 @@ Scrapy - a screen scraping framework written in Python
|
|||
"""
|
||||
|
||||
# IMPORTANT: remember to also update the version in docs/conf.py
|
||||
version_info = (0, 7, 0, 'candidate', 0)
|
||||
__version__ = "0.7.0-rc1"
|
||||
version_info = (0, 7, 0, 'final', 0)
|
||||
__version__ = "0.7"
|
||||
|
||||
import sys, os
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue