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 withurls.re_path
.- See commit
d8e823ed5d4dac9a8be885b1f616d7425681d7f7
.
- See commit
- Address
models.W042
warning forletsencrypt.AcmeChallenge
.- See commit
5d644e7e0ec3b5db9e9a28d3b662cc9bab15b188
.
- See commit
- Dependency Updates:
pytz
version2021.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.
- Python
- General Updates:
- General
README
updates. - Updated copyright headers.
- We still try and follow the supported versions as detailed:
- General