mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 07:03:56 +00:00
Automated merge with ssh://hg.scrapy.org/scrapy-stable
This commit is contained in:
commit
bae726a172
@ -6,8 +6,8 @@
|
||||
hg purge --all
|
||||
|
||||
# build packages
|
||||
version=$(python -c "import scrapy; print scrapy.__version__")
|
||||
python setup.py sdist
|
||||
#version=$(python -c "import scrapy; print scrapy.__version__")
|
||||
#python setup.py sdist
|
||||
# FIXME: bdist_wininst doesn't work on Unix (it doesn't include the data_files)
|
||||
#python setup.py bdist_wininst -t "Scrapy $version" -p "win32"
|
||||
|
||||
|
@ -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, 8, 0, '', 0)
|
||||
__version__ = "0.8.0-dev"
|
||||
|
||||
import sys, os
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user