tag:github.com,2008:https://github.com/ppannuto/python-titlecase/releasesTags from python-titlecase2023-09-23T04:58:49Ztag:github.com,2008:Repository/19159192/v2.4.12023-09-23T04:58:49Zv2.4.1<p>v2.4.1</p>
<p> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/93">#93</a>: Fix invalid escape sequence warning; thanks <a class="user-mention notranslate" href="https://github.com/benhiller">@benhiller</a>!</p>ppannutotag:github.com,2008:Repository/19159192/v2.42022-08-15T20:08:56Zv2.4<p>v2.4</p>
<p> * Add `preserve_blank_lines` option (<a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/issues/88">#88</a>)
<br /> * Add Py3.10, Drop Py3.6
<br /> * Update unit testing framework</p>ppannutotag:github.com,2008:Repository/19159192/v2.32021-07-01T17:30:22Zv2.3<p>v2.3</p>
<p>*Really* fix re/regex, fix older Py+Windows, and major CI overhaul</p>
<p> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/85">#85</a>: GitHub Actions for comprehensive testing and modernise packaging
<br /> (**enormous** thank you to <a class="user-mention notranslate" href="https://github.com/brocksam">@brocksam</a> and <a class="user-mention notranslate" href="https://github.com/fireundubh">@fireundubh</a>)</p>ppannutotag:github.com,2008:Repository/19159192/v2.22021-06-16T13:10:44Zv2.2<p>v2.2</p>
<p>Fix regex/re related issues</p>
<p> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/84">#84</a>: Fix re/regex, cleanup setup.py, and repair/update CI (thanks <a class="user-mention notranslate" href="https://github.com/brocksam">@brocksam</a> and <a class="user-mention notranslate" href="https://github.com/fireundubh">@fireundubh</a>!)</p>ppannutotag:github.com,2008:Repository/19159192/v2.12021-06-10T16:11:56Zv2.1<p>v2.1</p>
<p>Some small fixes to the install process. Kicking out as a point
<br />release in case the regex/re change has any unexpected side-effects.</p>
<p> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/76">#76</a>: regex now optional, fallback to re (thanks <a class="user-mention notranslate" href="https://github.com/rkhwaja">@rkhwaja</a>!)
<br /> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/80">#80</a>: Fix UnicodeDecodeError on Windows pip (thanks <a class="user-mention notranslate" href="https://github.com/Gateswong">@Gateswong</a>!)</p>ppannutotag:github.com,2008:Repository/19159192/v2.02021-01-22T16:30:03Zv2.0<p>v2.0</p>
<p>Major (interface) changes (<a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/60">#60</a>) -- big thanks @iburago!!:
<br /> - Read from an abbreviations file only when invoked from command line
<br /> - Rename and refactor the create_wordlist_filter() function</p>
<p>Minor changes:
<br /> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/63">#63</a>: Do not capitalize small words occurring within hyphenated word groups (thanks @iburago!)
<br /> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/65">#65</a>: Always capitalize 'Mc'-prefixed small words in compound word groups (thanks @iburago!)
<br /> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/67">#67</a>: Don't capitalize Mr, Ms, Mrs (thanks <a class="user-mention notranslate" href="https://github.com/GurraB">@GurraB</a>!)
<br /> - <a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/71">#71</a>: Add Manifest.in and include license file in src dist (thanks <a class="user-mention notranslate" href="https://github.com/synapticarbors">@synapticarbors</a>!)</p>ppannutotag:github.com,2008:Repository/19159192/v0.13.12020-06-15T14:25:18Zv0.13.1<p>v0.13.1</p>
<p>Backport setup.py fix for py2k</p>ppannutotag:github.com,2008:Repository/19159192/v1.1.12020-06-12T17:53:37Zv1.1.1ppannutotag:github.com,2008:Repository/19159192/v1.12020-06-12T16:42:59Zv1.1<p>v1.1</p>
<p>This adds support for user-customized wordlists (<a class="issue-link js-issue-link" href="https://github.com/ppannuto/python-titlecase/pull/48">#48</a>).
<br />Thanks <a class="user-mention notranslate" href="https://github.com/1kastner">@1kastner</a>!</p>
<p>Minor version changes:
<br /> - This adds a new keyword argument to the `titlecase()` method.
<br /> - This adds environment checks for a wordlist file in the home directory.</p>ppannutotag:github.com,2008:Repository/19159192/v1.02020-06-12T15:54:28Zv1.0: Version 1.0<p>Version 1.0</p>
<p>This is identical to v0.13, except that the package manifest no longer
<br />promises Py2k support, adds 3.8, and marks the package as Stable not Beta.</p>ppannuto