We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b86bd6 commit 6cb9e1cCopy full SHA for 6cb9e1c
scrapy/__init__.py
@@ -2,8 +2,8 @@
2
Scrapy - a screen scraping framework written in Python
3
"""
4
5
-version_info = (0, 14, 0)
6
-__version__ = "0.14.0"
+version_info = (0, 14, 1)
+__version__ = "0.14.1"
7
8
import sys, os, warnings
9
0 commit comments