We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadcc1f commit c1855c5Copy full SHA for c1855c5
1 file changed
titlecase/__init__.py
@@ -23,7 +23,7 @@
23
REGEX_AVAILABLE = True
24
25
__all__ = ['titlecase']
26
-__version__ = '2.3.0'
+__version__ = '2.4.0'
27
28
SMALL = r'a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v\.?|via|vs\.?'
29
PUNCT = r"""!"“#$%&'‘()*+,\-–‒—―./:;?@[\\\]_`{|}~"""
0 commit comments