Skip to content

Commit 418c57c

Browse files
committed
v2.4.1
- #93: Fix invalid escape sequence warning; thanks @benhiller!
1 parent 9c771d1 commit 418c57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

titlecase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
REGEX_AVAILABLE = True
2424

2525
__all__ = ['titlecase']
26-
__version__ = '2.4.0'
26+
__version__ = '2.4.1'
2727

2828
SMALL = r'a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v\.?|via|vs\.?'
2929
PUNCT = r"""!"“#$%&'‘()*+,\-–‒—―./:;?@[\\\]_`{|}~"""

0 commit comments

Comments
 (0)