We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560c064 commit f1260b5Copy full SHA for f1260b5
scrapy/__init__.py
@@ -2,7 +2,7 @@
2
Scrapy - a screen scraping framework written in Python
3
"""
4
5
-version_info = (0, 16, 4)
+version_info = (0, 16, 5)
6
__version__ = "0.16.4"
7
8
import sys, os, warnings
0 commit comments