All Versions
43
Latest Version
Avg Release Cycle
71 days
Latest Release
-

Changelog History
Page 1

  • v7.0.0 Changes

    • ⬇️ Drop python 3.6, add python 3.11 (@hugovk - thx)
  • v6.1.2 Changes

    • Reintroduce the cli options
  • v6.1.1 Changes

    • ✂ Remove type hinting (temporarily)
  • v6.1.0 Changes

    • ➕ Add allow_unicode flag to allow unicode characters in the slug
  • v6.0.1 Changes

    • Rework regex_pattern to mean the opposite (disallowed chars instead of allowed)
    • Thanks to @yyyyyyyan for the initial PR followed by the final PR by @mrezzamoradi
  • v6.0.0 Changes

    • Enable github action
    • ✂ Remove tox, as we run the test on github action, the end users can refer to those test
  • v5.0.2 Changes

    • Enable twine publish
  • v5.0.1 Changes

    • ⬇️ Drop support for python 2.7, 3.5 & tox, clean up
  • v5.0.0 Changes

    • ➕ Add support for Py 3.9 - added tox (@jon-betts - Thx)
    • ⬇️ Drop support for python 2.7, 3.5 & friends
  • v4.0.1 Changes

    • ➕ Add support for Py 3.8
    • 👍 Last version with official python 2.7 and <= 3.5 support