From 1477ab47fc695f6231f43551d5523748e47c27fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 18 Oct 2012 17:05:42 -0200 Subject: [PATCH] bumped version to 0.16.0 --- scrapy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapy/__init__.py b/scrapy/__init__.py index 2e40a5b3c..7dd59180c 100644 --- a/scrapy/__init__.py +++ b/scrapy/__init__.py @@ -2,8 +2,8 @@ Scrapy - a screen scraping framework written in Python """ -version_info = (0, 15, 1) -__version__ = "0.15.1" +version_info = (0, 16, 0) +__version__ = "0.16.0" import sys, os, warnings