mirror of https://github.com/scrapy/scrapy.git
bump version to 0.14.4
This commit is contained in:
parent
b7e46dfdf4
commit
0d4dccd0fc
|
|
@ -2,8 +2,8 @@
|
|||
Scrapy - a screen scraping framework written in Python
|
||||
"""
|
||||
|
||||
version_info = (0, 14, 3)
|
||||
__version__ = "0.14.3"
|
||||
version_info = (0, 14, 4)
|
||||
__version__ = "0.14.4"
|
||||
|
||||
import sys, os, warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue