Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 22:14
· 19 commits to develop since this release

Feature

  • regex: Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED (d5a8cad)
  • Add python 3.8/3.9 support, drop python 2.7/3.4 support (048a15f)

Breaking

  • regex module is now disabled by default, even if it's available in the python interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to enable it, as this module may cause some issues. (d5a8cad)
  • Python 2.7 and 3.4 support have been dropped (048a15f)