Closed valentijnscholten closed 3 years ago
after reading some more I see that 1.0 dropped python2 support and 1.1.1 should be identical to 0.13.1. but it isn't :-) The changes from #60 are missing in 1.1.1: https://github.com/ppannuto/python-titlecase/blob/v1.1.1/titlecase/__init__.py
I'd deferred a release a @iburago mentioned there was some more stuff to come; though perhaps the time has come to just do a release.
Yes, +1 for a new release.
Pushed v2.0 to PyPI
I was waiting for #60 to become released to get rid of all the log messages. Looking at that PR it seems merged and released. However we are on the latest release
1.1.1
and the issue is still there.Looking at the commit history it looks like 0.13.1 contains the fix and was released after
1.1.1
?We're using dependabot and renovate to stay up-to-date and they are not reporting when 0.13.1 was released, nor will they alert us on any 0.x release as 1.1.1 is newer according to semver (or a different major version alltogether).
What is the recommended version to run?