mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: release v1.6.0
This commit is contained in:
parent
8318cfd8cc
commit
83e598a14d
2 changed files with 8 additions and 5 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,13 +2,16 @@
|
|||
|
||||
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
|
||||
|
||||
## {{ Next Version }}
|
||||
## 1.6.0 (2024-03-14)
|
||||
|
||||
### Bug Fixes
|
||||
### What's Changed
|
||||
|
||||
- Corrects `BaseEntityAdmin` integration into Django Admin site
|
||||
|
||||
### Features
|
||||
- Split model modules by @iacobfred in https://github.com/jazzband/django-eav2/pull/467
|
||||
- Add Django 5.0 and Python 3.12 to the testing by @cclauss in https://github.com/jazzband/django-eav2/pull/487
|
||||
- Fix typos with codespell by @cclauss in https://github.com/jazzband/django-eav2/pull/489
|
||||
- Enhance BaseEntityAdmin by @Dresdn in https://github.com/jazzband/django-eav2/pull/541
|
||||
- Remove support for Django < 3.2 and Python < 3.8 by @Dresdn in https://github.com/jazzband/django-eav2/pull/542
|
||||
|
||||
## 1.5.0 (2023-11-08)
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ include = '\.pyi?$'
|
|||
[tool.poetry]
|
||||
name = "django-eav2"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "1.5.0"
|
||||
version = "1.6.0"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
packages = [
|
||||
{ include = "eav" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue