Skip to content

Django Let's Encrypt - 3.0.0

Compare
Choose a tag to compare
@urda urda released this 30 Dec 20:37
· 64 commits to master since this release
v3.0.0
8eec687

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

v3.0.0

  • New Features
    • django-letsencrypt now supports Django 2.0!
  • Breaking Changes
    • python2 support has been dropped. v2.0.1 is the last supported python2
      version for this package.
    • Django 1.10 support has been dropped. v2.0.1 is the last supported
      version for users still on Django 1.10.
  • Project Changes
    • Make Travis CI install the proper django version first, before installing
      the rest of requirements.txt during building. Thanks to
      michael-k for providing a pull request.
    • django tested version bump.
      • 1.11.7 to 1.11.8.
    • Added tox to the project to test multiple versions of python and
      django together.