From 44b5c5d8616f5414786000db256e554efaa08806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Fri, 7 Dec 2012 18:51:24 -0200 Subject: [PATCH] bumped version to 0.16.3 --- scrapy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapy/__init__.py b/scrapy/__init__.py index 8b1219813..e3cfe2107 100644 --- a/scrapy/__init__.py +++ b/scrapy/__init__.py @@ -2,8 +2,8 @@ Scrapy - a screen scraping framework written in Python """ -version_info = (0, 16, 2) -__version__ = "0.16.2" +version_info = (0, 16, 3) +__version__ = "0.16.3" import sys, os, warnings