Skip to content

0.4.0 (April 6th, 2020)

Compare
Choose a tag to compare
@jpvanhal jpvanhal released this 06 Apr 19:50
· 10 commits to master since this release

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

  • Fix typo in camelize docs (5f44276)
  • Fix doctest blocks in docstrings (1d6c78f) (#11)
  • Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40)
  • Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33)