chore: release 1.7.1

This commit is contained in:
Mike 2024-09-01 21:30:59 -07:00
parent 8f18d5e7e2
commit d0b531f7be
2 changed files with 9 additions and 2 deletions

View file

@ -2,12 +2,19 @@
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
## v1.7.0 (2024-09-01)
## 1.7.1 (2024-09-01)
## What's Changed
* Restore backward compatibility for Attribute creation with invalid slugs by @Dresdn in https://github.com/jazzband/django-eav2/pull/639
## 1.7.0 (2024-09-01)
### What's Changed
- Enhance slug validation for Python identifier compliance
- Migrate to ruff
- Drop support for Django 3.2
- Add support for Django 5.1
## 1.6.1 (2024-06-23)

View file

@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "django-eav2"
description = "Entity-Attribute-Value storage for Django"
version = "1.7.0"
version = "1.7.1"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }