Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 837 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 837 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Support for Python 3.11, 3.12 and 3.13
  • Support for Django 4.2, 5.0 and 5.1
  • pre-commit configuration

Removed

  • Support for Python 3.7 and 3.8
  • Support for Django 3.2, 4.0 and 4.1

Changed

  • Check AWS_IOT_ENABLED setting on mqtt_publish

Added

  • Initial Release