Skip to content

Commit 0c1e449

Browse files
committed
2.7.4
1 parent fdafd90 commit 0c1e449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Pocket.recipe

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/usr/bin/env python
22
# vim:ft=python tabstop=8 expandtab shiftwidth=4 softtabstop=4
33
from __future__ import print_function
4-
__version__ = '2.7.3'
4+
__version__ = '2.7.4'
55

66
"""
7+
2.7.4: Fix #46 KeyError: u'resolved_title'
78
2.7.3: Replace tld with standard Python way (not as good as tld but works without extra package) if SECTIONS_BY_DOMAIN_USING_TLD = False
89
2.7.2: Change default MAX_ARTICLES_PER_FEED to 30
910
2.7.1: A fix for import tld

0 commit comments

Comments
 (0)