Skip to content

Django Let's Encrypt - 4.1.0

Latest
Compare
Choose a tag to compare
@urda urda released this 29 Dec 15:56
· 1 commit to master since this release
v4.1.0
eabb1eb

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

v4.1.0

There are no major project changes or code updates. This release aligns with
recent Django releases and Python releases.

  • Internal Updates:
    • urls.url replaced with urls.re_path.
      • See commit d8e823ed5d4dac9a8be885b1f616d7425681d7f7.
    • Address models.W042 warning for letsencrypt.AcmeChallenge.
      • See commit 5d644e7e0ec3b5db9e9a28d3b662cc9bab15b188.
  • Dependency Updates:
    • pytz version 2021.3 or greater now required.
  • Project Updates
    • Testing and other related automations have moved to GitHub Actions.
    • Updated .python-version file for latest releases.
  • No longer supported:
    • Python 3.6.
    • Travis CI has been dropped from the project.
  • General Updates: