From fe746dfdea3403d5dce634a6c99ed4e880895215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 30 May 2013 20:24:55 -0300 Subject: [PATCH] update __version__ --- scrapy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/__init__.py b/scrapy/__init__.py index bf2b67499..e2c26d88c 100644 --- a/scrapy/__init__.py +++ b/scrapy/__init__.py @@ -3,7 +3,7 @@ Scrapy - a screen scraping framework written in Python """ version_info = (0, 16, 5) -__version__ = "0.16.4" +__version__ = "0.16.5" import sys, os, warnings