Skip to content

Django Let's Encrypt - 6.0.1

Choose a tag to compare

@urda urda released this 04 Feb 08:03
· 1 commit to master since this release
v6.0.1
b83ea60

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

v6.0.1

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

  • General Updates:
    • Updated Django target versions against newer releases.
    • Dropped pytz from the project. Projects using Python 3.9 or later are best served by using the timezone functionality now included in core Python and packages that work with it such as tzdata.