From db92bc8c40c5f56e965c9c7f165be82f9adee2e1 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 2 Jan 2012 13:07:15 -0200 Subject: [PATCH] bumped version to 0.15.1, mainly to avoid package upgrade issues with new versioning based on git describe --- scrapy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapy/__init__.py b/scrapy/__init__.py index 882bc28d3..b426285d5 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, 0) -__version__ = "0.15.0" +version_info = (0, 15, 1) +__version__ = "0.15.1" import sys, os, warnings