File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="deck ">
4
4
5
5
< div class ="docversion ">
6
- {% if version == "0.11 " %}
6
+ {% if version == "0.13 " %}
7
7
< p class ="devdoc ">
8
8
This document is for Scrapy's development version, which can be
9
9
significantly different from previous releases. Get old docs here:
10
+ < a href ="http://doc.scrapy.org/0.12/{{ pagename }}{{ file_suffix }} "> 0.12</ a > ,
10
11
< a href ="http://doc.scrapy.org/0.10/{{ pagename }}{{ file_suffix }} "> 0.10</ a > ,
11
12
< a href ="http://doc.scrapy.org/0.9/{{ pagename }}{{ file_suffix }} "> 0.9</ a > .
12
13
< a href ="http://doc.scrapy.org/0.8/{{ pagename }}{{ file_suffix }} "> 0.8</ a > .
Original file line number Diff line number Diff line change 2
2
Scrapy - a screen scraping framework written in Python
3
3
"""
4
4
5
- version_info = (0 , 11 , 0 )
6
- __version__ = "0.11 .0"
5
+ version_info = (0 , 12 , 0 )
6
+ __version__ = "0.12 .0"
7
7
8
8
import sys , os , warnings
9
9
You can’t perform that action at this time.
0 commit comments