Skip to content

Commit 0d4dccd

Browse files
committed
bump version to 0.14.4
1 parent b7e46df commit 0d4dccd

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, 3)
6-
__version__ = "0.14.3"
5+
version_info = (0, 14, 4)
6+
__version__ = "0.14.4"
77

88
import sys, os, warnings
99

0 commit comments

Comments
 (0)