Releases: yunojuno/django-side-effects
Releases · yunojuno/django-side-effects
Add support for Django 5.0
This release contains no code changes, just an update to the classifiers and the build matrix.
- Adds Django 5.0
- Adds Python 3.12
v2.0
Adds support for Python 3.11, and drops support for Python 3.7
v1.6.1
Changelog
All notable changes to this project will be documented in this file.
This is a patch release that corrects some configuration oversights in the previous release.
[1.6.1] - 2020-01-28
Changed
- Corrected repository and homepage links in
pyproject.toml
- Removed Python 3.6 from
[tool.poetry.dependencies]
- Updated linting config files (
.flake8
,.pylintrc
) - Removed Python 3.6 from
tox.ini
Deprecate Python 3.6, Django <2.2
Changelog
All notable changes to this project will be documented in this file.
[1.6] - 2020-01-27
Added
- type hints throughout
- pre-commit hook
- formatting (
isort
,black
) - linting (
pylint
,flake8
) - type hints (
mypy
)
- formatting (
- support for Python 3.8
- support for Django 3.0
Changed
- Replace
pipenv
withpoetry
Removed
- support for Python 3.6
- support for Django 1.11, 2.0, 2.1
Drop support for Py2 and Django < 1.11
Suppress error override
v0.2.1
Python3 compatible
v0.2