From 9522f1a15669528b85509202f562f55a4bdb9b68 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sun, 11 Dec 2022 23:37:11 +0100 Subject: [PATCH] Update `CHANGELOG` and version. --- CHANGELOG.md | 15 +++++++++++++++ admin_interface/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b046667..850dfd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.24.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.24.0) - 2022-12-11 +- Drop `Python < 3.8` and `Django < 2.2` versions support. (by [@merwok](https://github.com/merwok) in #220) +- Replace `str.format` with `f-strings`. +- Remove `post_migrate` signal handler and multi db test. +- Add german translation. (by [@derzinn](https://github.com/derzinn) in #222) +- Include date hierarchy in quick removal links (by [@merwok](https://github.com/merwok) in #218) +- Fix broken tabbed inline name. (by [@VaZark](https://github.com/VaZark) in #221) +- Minor cleanups. (by [@merwok](https://github.com/merwok) in #225) +- Bump actions and requirements. +- [css] Fix inlines vertical alignement. (by [@VaZark](https://github.com/VaZark) in #201) +- [css] Fix tabbed changeform tabs text color on focus. (by [@VaZark](https://github.com/VaZark) in #223) +- [CI] Add Farsi language to `tests.settings.LANGUAGES`. (by [@merwok](https://github.com/merwok)) +- [CI] Update `pre-commit` config. +- [CI] Automate package build and publish on PyPI. + ## [0.23.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.23.0) - 2022-11-30 - Add `Python 3.11` support. - Add tabbed changeform support. (by [@VaZark](https://github.com/VaZark) in #211) diff --git a/admin_interface/version.py b/admin_interface/version.py index 8b301a7..770bb8d 100644 --- a/admin_interface/version.py +++ b/admin_interface/version.py @@ -1 +1 @@ -__version__ = "0.23.0" +__version__ = "0.24.0"