Skip to content

Django Let's Encrypt - 3.0.1

Compare
Choose a tag to compare
@urda urda released this 22 Apr 23:51
· 43 commits to master since this release
v3.0.1
ab4edc8

This is a production-ready release of django-letsencrypt.
Please refer to the README of the project to get started.

v3.0.1

  • Breaking Changes
    • Django 1.8 support has been dropped. v3.0.0 is the last supported
      version for users still on Django 1.8.
  • Documentation Changes
    • Update the ACME challenge link in README.rst.
  • Project Changes
    • Disable universal wheel creation in setup.cfg.
    • Add a python_requires entry into setup.py.
      • You can learn more about this feature by reading
        this
        document.
    • Bumped to the latest pytz, version 2018.4.
    • Switched from reStructuredText to Markdown.
  • Internal Changes
    • Bumped DJANGO_VERSION targets in .travis.yml.
  • Thanks to Contributors: