Releases: jpvanhal/inflection
Releases · jpvanhal/inflection
0.5.1 (August 22nd, 2020)
0.5.0 (June 6th, 2020)
0.4.0 (April 6th, 2020)
BREAKING CHANGES
- Drop support for Python 2.6 and 3.3 (2dfa5f6)
- Drop support for Python 2.7 (a826dac)
- Drop support for Python 3.4 (351a0f5)
- Drop support for PyPy (88a0a5f)
Features
- Include docs in releases (4c85b45)
- Add universal wheel distribution (2daa3c7)
- Add support for Python 3.5 and 3.6 (2dfa5f6)
- Add support for Python 3.7 and 3.8 (09efb13)
- Add support for PyPy 3 (2d2d379)
- Move Changelog to GitHub releases (5181192)
Bug Fixes
0.3.1 (May 3, 2015)
Bug Fixes
- Fixed trove classifiers not showing up on PyPI.
- Fixed "human" pluralized as "humen" and not "humans".
- Fixed "potato" pluralized as "potatos" and not "potatoes".
0.3.0 (March 1, 2015)
Features
- Added
tableize()
function.
0.2.1 (September 3, 2014)
Features
- Added Python 2, Python 3 and Python 3.4 trove classifiers.
0.2.0 (June 15, 2013)
Features
- Added initial support for Python 3.
BREAKING CHANGES
- Dropped Python 2.5 support.
0.1.2 (March 13, 2012)
Features
- Added Python 2.5 support.
0.1.1 (February 24, 2012)
Bug Fixes
- Fixed some files not included in the distribution package.
0.1.0 (February 24, 2012)
Initial public release