Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Mar 14, 2024
1 parent 8318cfd commit 83e598a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 83e598a

Please sign in to comment.