Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 1.02 KB

Changelog

0.6.0 (2024-10-25)

Features

  • Drop support for Python 3.8
  • Support Django 5.1
  • Drop support for Django 3.2 and Django 4.1

Development

  • Fix dependency specification to allow use with combinations of Django 4.2 and Python >= 3.10

0.5.0 (2024-05-02)

Features

  • Support Python 3.12
  • Support Django 5.0

Development

  • Improve version test matrices to skip testing incompatible combinations

0.4.0 (2023-11-13)

Features

  • Support Python 3.10 and Python 3.11
  • Drop support for Python 3.6 and Python 3.7
  • Support Django 4.1 and 4.2
  • Drop support for Django 2.2 and Django 3.1

Development

  • Upgrade pre-commit

0.3.0 (2021-05-07)

Features

  • Support and CI tests for Python 3.9

Bug fixes

  • Update notifications-python-client; this indirectly fixes a backwards incompatible change in PyJWT
  • Fix the Factory Boy dependency specification

0.2.0 (2021-04-29)

Features

  • Support and CI tests for Django 3.1 and 3.2

0.1.0 (2021-04-29)

Features

  • Initial release