Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.21 KB

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

  • Added support for Django 5.0 beta
  • Added full support for Python 3.12
    • Added automated functional testing now that there is a version of greenlet that support Python 3.12

0.2.0 - 2023-10-04

Added

  • Added support for Python 3.12
  • Added automated testing for Python 3.8 - 3.12; Django 3.2, 4.1, 4.2; and Ubuntu, macOS, and Windows

Changed

  • Require the latest version of pythonbible (0.12.0)

Removed

  • Removed official support for Django 4.0 (due to end of life on 2023-04-01)

0.1.1 - 2023-10-02

Changed

  • Require the latest version of pythonbible (0.11.1)

0.1.0 - 2023-07-03

Added

  • Added this changelog

Removed

  • Removed Python 3.7 support (due to end of life on 2023-06-27)