Skip to content

Commit 83e598a

Browse files
committed
chore: release v1.6.0
1 parent 8318cfd commit 83e598a

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
44

5-
## {{ Next Version }}
5+
## 1.6.0 (2024-03-14)
66

7-
### Bug Fixes
7+
### What's Changed
88

99
- Corrects `BaseEntityAdmin` integration into Django Admin site
10-
11-
### Features
10+
- Split model modules by @iacobfred in https://github.com/jazzband/django-eav2/pull/467
11+
- Add Django 5.0 and Python 3.12 to the testing by @cclauss in https://github.com/jazzband/django-eav2/pull/487
12+
- Fix typos with codespell by @cclauss in https://github.com/jazzband/django-eav2/pull/489
13+
- Enhance BaseEntityAdmin by @Dresdn in https://github.com/jazzband/django-eav2/pull/541
14+
- Remove support for Django < 3.2 and Python < 3.8 by @Dresdn in https://github.com/jazzband/django-eav2/pull/542
1215

1316
## 1.5.0 (2023-11-08)
1417

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = '\.pyi?$'
1616
[tool.poetry]
1717
name = "django-eav2"
1818
description = "Entity-Attribute-Value storage for Django"
19-
version = "1.5.0"
19+
version = "1.6.0"
2020
license = "GNU Lesser General Public License (LGPL), Version 3"
2121
packages = [
2222
{ include = "eav" }

0 commit comments

Comments
 (0)