Skip to content

Commit 9522f1a

Browse files
committed
Update CHANGELOG and version.
1 parent 014cb9b commit 9522f1a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.24.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.24.0) - 2022-12-11
8+
- Drop `Python < 3.8` and `Django < 2.2` versions support. (by [@merwok](https://github.com/merwok) in #220)
9+
- Replace `str.format` with `f-strings`.
10+
- Remove `post_migrate` signal handler and multi db test.
11+
- Add german translation. (by [@derzinn](https://github.com/derzinn) in #222)
12+
- Include date hierarchy in quick removal links (by [@merwok](https://github.com/merwok) in #218)
13+
- Fix broken tabbed inline name. (by [@VaZark](https://github.com/VaZark) in #221)
14+
- Minor cleanups. (by [@merwok](https://github.com/merwok) in #225)
15+
- Bump actions and requirements.
16+
- [css] Fix inlines vertical alignement. (by [@VaZark](https://github.com/VaZark) in #201)
17+
- [css] Fix tabbed changeform tabs text color on focus. (by [@VaZark](https://github.com/VaZark) in #223)
18+
- [CI] Add Farsi language to `tests.settings.LANGUAGES`. (by [@merwok](https://github.com/merwok))
19+
- [CI] Update `pre-commit` config.
20+
- [CI] Automate package build and publish on PyPI.
21+
722
## [0.23.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.23.0) - 2022-11-30
823
- Add `Python 3.11` support.
924
- Add tabbed changeform support. (by [@VaZark](https://github.com/VaZark) in #211)

admin_interface/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.23.0"
1+
__version__ = "0.24.0"

0 commit comments

Comments
 (0)