mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-28 16:58:24 +00:00
chore: release 1.7.0
This commit is contained in:
parent
1c4355e948
commit
3e7563338f
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
|
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)
|
## 1.6.1 (2024-06-23)
|
||||||
|
|
||||||
### What's Changed
|
### What's Changed
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "django-eav2"
|
name = "django-eav2"
|
||||||
description = "Entity-Attribute-Value storage for Django"
|
description = "Entity-Attribute-Value storage for Django"
|
||||||
version = "1.6.1"
|
version = "1.7.0"
|
||||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "eav" }
|
{ include = "eav" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue