chore: release 1.7.0

This commit is contained in:
Mike 2024-09-01 15:39:31 -07:00
parent 1c4355e948
commit 3e7563338f
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,13 @@
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
## v1.7.0 (2024-09-01)
### What's Changed
- Enhance slug validation for Python identifier compliance
- Migrate to ruff
## 1.6.1 (2024-06-23)
### What's Changed

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.6.1"
version = "1.7.0"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }