Skip to content

Commit c1855c5

Browse files
committed
v2.4
* Add `preserve_blank_lines` option (#88) * Add Py3.10, Drop Py3.6 * Update unit testing framework
1 parent aadcc1f commit c1855c5

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.3.0'
26+
__version__ = '2.4.0'
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)