diff --git a/docs/_templates/page.html b/docs/_templates/page.html index f806abb8c..f598fe4a3 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -3,10 +3,11 @@
This document is for Scrapy's development version, which can be significantly different from previous releases. Get old docs here: + 0.12, 0.10, 0.9. 0.8. diff --git a/scrapy/__init__.py b/scrapy/__init__.py index f81e1b2fd..3d8a7a4ae 100644 --- a/scrapy/__init__.py +++ b/scrapy/__init__.py @@ -2,8 +2,8 @@ Scrapy - a screen scraping framework written in Python """ -version_info = (0, 11, 0) -__version__ = "0.11.0" +version_info = (0, 12, 0) +__version__ = "0.12.0" import sys, os, warnings