Skip to content

Commit 7f31192

Browse files
committed
Bump to version 0.10.0
* ppannuto#24 from @AlejandroFrias: Mark callback strings immutable * ppannuto#25 from @Garret-R: Handle dashes — unicode codepoints 2012 through 2016
1 parent 50cdcae commit 7f31192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

titlecase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313

1414
__all__ = ['titlecase']
15-
__version__ = '0.9.0'
15+
__version__ = '0.10.0'
1616

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

0 commit comments

Comments
 (0)