Skip to content

Releases: yunojuno/django-side-effects

Add support for Django 5.0

13 Nov 13:14
cebd3d8
Compare
Choose a tag to compare

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

06 Nov 11:15
02a6c4e
Compare
Choose a tag to compare

Adds support for Python 3.11, and drops support for Python 3.7

v1.6.1

28 Jan 14:29
Compare
Choose a tag to compare

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

27 Jan 14:00
Compare
Choose a tag to compare

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)
  • support for Python 3.8
  • support for Django 3.0

Changed

  • Replace pipenv with poetry

Removed

  • support for Python 3.6
  • support for Django 1.11, 2.0, 2.1

Drop support for Py2 and Django < 1.11

11 May 12:49
c167c99
Compare
Choose a tag to compare

Suppress error override

28 Jul 17:38
Compare
Choose a tag to compare

Python3 compatible

08 Apr 23:05
Compare
Choose a tag to compare