Skip to content

Commit 5d95d80

Browse files
committed
Update CHANGELOG and version.
1 parent 2117573 commit 5d95d80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.32.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.32.0) - 2025-12-19
8+
- [python] Add `Python 3.14` support.
9+
- [python] Add `Django 6.0` support.
10+
- [css] Update style for `Django 6.0`.
11+
712
## [0.31.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.31.1) - 2025-12-02
813
- [js] Prevent modal popup navigation links from opening a modal. (by [julianwachholz](https://github.com/julianwachholz) #462)
914
- [i18n] Add Arabic translation. #459 (by [@khaledsukkar2](https://github.com/khaledsukkar2) in #460)

admin_interface/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__email__ = "[email protected]"
88
__license__ = "MIT"
99
__title__ = "django-admin-interface"
10-
__version__ = "0.31.1"
10+
__version__ = "0.32.0"

0 commit comments

Comments
 (0)