mirror of https://github.com/scrapy/scrapy.git
bumped version to 0.15.1, mainly to avoid package upgrade issues with new versioning based on git describe
This commit is contained in:
parent
b6220b8e95
commit
db92bc8c40
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue