mirror of https://github.com/scrapy/scrapy.git
bumped version to 0.16.5
This commit is contained in:
parent
560c064383
commit
f1260b5b76
|
|
@ -2,7 +2,7 @@
|
|||
Scrapy - a screen scraping framework written in Python
|
||||
"""
|
||||
|
||||
version_info = (0, 16, 4)
|
||||
version_info = (0, 16, 5)
|
||||
__version__ = "0.16.4"
|
||||
|
||||
import sys, os, warnings
|
||||
|
|
|
|||
Loading…
Reference in New Issue