From 709858f7052e5139ca6a3a907af87b20bcbc85c4 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 17 Oct 2024 14:12:09 +0200 Subject: [PATCH] Update `CHANGELOG` and version. --- CHANGELOG.md | 11 +++++++++++ admin_interface/metadata.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5504605..ff610c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.29.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.29.0) - 2024-10-17 +- [python] Drop `Python 3.8`, `Python 3.9` and `Django 3.x` support. +- [python] Add support for admin `show_facets` option. #396 +- [python] Fix serving static files from third-party services. #384 #385 +- [css] Improve list filter style. +- [css] Set changelist table cell max-width. +- [ci] Add `Django 5.1` to `tox` test matrix. +- [ci] Update `pyupgrade` and `django-upgrade` hooks target versions. +- [ci] Bump `pre-commit` hooks. +- [ci] Bump test requirements. + ## [0.28.9](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.28.9) - 2024-09-13 - [css] Add missing background color variable. - [css] Fix fieldsets border color. diff --git a/admin_interface/metadata.py b/admin_interface/metadata.py index ae3a11c7..b30b7cd0 100644 --- a/admin_interface/metadata.py +++ b/admin_interface/metadata.py @@ -7,4 +7,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-admin-interface" -__version__ = "0.28.9" +__version__ = "0.29.0"