Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
This adds support for user-customized wordlists (#48).
Thanks @1kastner!

Minor version changes:
 - This adds a new keyword argument to the `titlecase()` method.
 - This adds environment checks for a wordlist file in the home directory.
  • Loading branch information
ppannuto committed Jun 12, 2020
1 parent 73a949a commit cf59b1f
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 @@ -18,7 +18,7 @@
import regex

__all__ = ['titlecase']
__version__ = '1.0.0'
__version__ = '1.1.0'

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 cf59b1f

Please sign in to comment.