From 83e598a14d2535c5ccca70f9e3ed300cf4bb8dcd Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:26:57 -0700 Subject: [PATCH] chore: release v1.6.0 --- CHANGELOG.md | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d61a140..813e4e46 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/pyproject.toml b/pyproject.toml index e7ce7af0..76800b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }