Skip to content

1.6.3

Compare
Choose a tag to compare
@mathiasertl mathiasertl released this 21 Oct 11:45
· 4873 commits to main since this release
1.6.3
  • Fix various operations when USE_TZ is True.
  • CA keys are no longer stored with colons in their filename, fixing init_ca under Windows.
  • Email addresses are now independently validated by validate_email. cryptography 2.1 no longer
    validates email addresses itself.
  • Require cryptography>=2.1. Older versions should not be broken, but the output changes
    breaking doctests, meaning they're no longer tested either.