mirror of https://github.com/scrapy/scrapy.git
Merge with stable repo
This commit is contained in:
commit
1dcb9ed72f
2
.hgtags
2
.hgtags
|
|
@ -1 +1 @@
|
|||
f4a14daa04e668485a0f4544fb89b6549c00f294 0.7.0-rc1
|
||||
f4a14daa04e668485a0f4544fb89b6549c00f294 0.7-rc1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ 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.0-dev"
|
||||
__version__ = "0.8-dev"
|
||||
|
||||
import sys, os
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue