Skip to content

Commit 82dd2e8

Browse files
committed
Update required Typogrify version for 'TYPOGRIFY_OMIT_FILTERS' setting.
1 parent da798d1 commit 82dd2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Basic settings
295295
A list of Typogrify filters to skip. Allowed values are: ``'amp'``,
296296
``'smartypants'``, ``'caps'``, ``'initial_quotes'``, ``'widont'``. By
297297
default, no filter is omitted (in other words, all filters get applied). This
298-
setting requires that Typogrify version 2.0.8 or later is installed.
298+
setting requires that Typogrify version 2.1.0 or later is installed.
299299

300300
.. data:: TYPOGRIFY_DASHES = 'default'
301301

pelican/tests/test_readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def test_typogrify_ignore_filters(self):
491491
except ImportError:
492492
return unittest.skip("need the typogrify distribution")
493493
except TypeError:
494-
return unittest.skip("need typogrify version 2.0.8 or later")
494+
return unittest.skip("need typogrify version 2.1.0 or later")
495495

496496
def test_typogrify_ignore_tags(self):
497497
try:

0 commit comments

Comments
 (0)