Skip to content

Commit 6cb9e1c

Browse files
committed
bumped version to 0.14.1
1 parent 4b86bd6 commit 6cb9e1c

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, 0)
6-
__version__ = "0.14.0"
5+
version_info = (0, 14, 1)
6+
__version__ = "0.14.1"
77

88
import sys, os, warnings
99

0 commit comments

Comments
 (0)