You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)