mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: release 1.7.1
This commit is contained in:
parent
8f18d5e7e2
commit
d0b531f7be
2 changed files with 9 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue