Skip to content

Commit 02df475

Browse files
committed
bumped version to 0.14.3
1 parent fd85f9c commit 02df475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Scrapy - a screen scraping framework written in Python
33
"""
44

5-
version_info = (0, 14, 2)
6-
__version__ = "0.14.2"
5+
version_info = (0, 14, 3)
6+
__version__ = "0.14.3"
77

88
import sys, os, warnings
99

0 commit comments

Comments
 (0)