mirror of https://github.com/scrapy/scrapy.git
bumped version to 0.14.1
This commit is contained in:
parent
4b86bd657e
commit
6cb9e1c6a0
|
|
@ -2,8 +2,8 @@
|
|||
Scrapy - a screen scraping framework written in Python
|
||||
"""
|
||||
|
||||
version_info = (0, 14, 0)
|
||||
__version__ = "0.14.0"
|
||||
version_info = (0, 14, 1)
|
||||
__version__ = "0.14.1"
|
||||
|
||||
import sys, os, warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue