File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33We 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include = '\.pyi?$'
1616[tool .poetry ]
1717name = " django-eav2"
1818description = " Entity-Attribute-Value storage for Django"
19- version = " 1.5 .0"
19+ version = " 1.6 .0"
2020license = " GNU Lesser General Public License (LGPL), Version 3"
2121packages = [
2222 { include = " eav" }
You can’t perform that action at this time.
0 commit comments