tag:github.com,2008:https://github.com/ppannuto/python-titlecase/releases Tags from python-titlecase 2023-09-23T04:58:49Z tag:github.com,2008:Repository/19159192/v2.4.1 2023-09-23T04:58:49Z v2.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> ppannuto tag:github.com,2008:Repository/19159192/v2.4 2022-08-15T20:08:56Z v2.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> ppannuto tag:github.com,2008:Repository/19159192/v2.3 2021-07-01T17:30:22Z v2.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> ppannuto tag:github.com,2008:Repository/19159192/v2.2 2021-06-16T13:10:44Z v2.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> ppannuto tag:github.com,2008:Repository/19159192/v2.1 2021-06-10T16:11:56Z v2.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> ppannuto tag:github.com,2008:Repository/19159192/v2.0 2021-01-22T16:30:03Z v2.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> ppannuto tag:github.com,2008:Repository/19159192/v0.13.1 2020-06-15T14:25:18Z v0.13.1 <p>v0.13.1</p> <p>Backport setup.py fix for py2k</p> ppannuto tag:github.com,2008:Repository/19159192/v1.1.1 2020-06-12T17:53:37Z v1.1.1 ppannuto tag:github.com,2008:Repository/19159192/v1.1 2020-06-12T16:42:59Z v1.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> ppannuto tag:github.com,2008:Repository/19159192/v1.0 2020-06-12T15:54:28Z v1.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