Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
 - #93: Fix invalid escape sequence warning; thanks @benhiller!
  • Loading branch information
ppannuto committed Sep 23, 2023
1 parent 9c771d1 commit 418c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titlecase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
REGEX_AVAILABLE = True

__all__ = ['titlecase']
__version__ = '2.4.0'
__version__ = '2.4.1'

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

0 comments on commit 418c57c

Please sign in to comment.