mirror of https://github.com/scrapy/scrapy.git
update __version__ to 0.16.2
This commit is contained in:
parent
629f6ca36f
commit
1787011d4b
|
|
@ -3,7 +3,7 @@ Scrapy - a screen scraping framework written in Python
|
|||
"""
|
||||
|
||||
version_info = (0, 16, 2)
|
||||
__version__ = "0.16.1"
|
||||
__version__ = "0.16.2"
|
||||
|
||||
import sys, os, warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue