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