From 7a0e63e9863bf008ee5c227d23a542c3235161d2 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 11 May 2023 01:38:14 +0200 Subject: [PATCH] Update `CHANGELOG` and version. --- CHANGELOG.md | 5 +++++ admin_interface/metadata.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f2c65..968db74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.26.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.26.0) - 2023-05-11 +- Add options for collapsible inlines. #263 (by [@fabiocaccamo](https://github.com/fabiocaccamo) in #282) +- Bump requirements. +- Bump `pre-commit` hooks. + ## [0.25.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.25.0) - 2023-04-18 - Add `Django 4.2` support. - Drop `Django 2.2` support. diff --git a/admin_interface/metadata.py b/admin_interface/metadata.py index 3a4f509..c886796 100644 --- a/admin_interface/metadata.py +++ b/admin_interface/metadata.py @@ -7,4 +7,4 @@ __description__ = ( __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-admin-interface" -__version__ = "0.25.0" +__version__ = "0.26.0"