Skip to content

Commit 3e75633

Browse files
committed
chore: release 1.7.0
1 parent 1c4355e commit 3e75633

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
44

5+
## v1.7.0 (2024-09-01)
6+
7+
### What's Changed
8+
9+
- Enhance slug validation for Python identifier compliance
10+
- Migrate to ruff
11+
512
## 1.6.1 (2024-06-23)
613

714
### What's Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "django-eav2"
88
description = "Entity-Attribute-Value storage for Django"
9-
version = "1.6.1"
9+
version = "1.7.0"
1010
license = "GNU Lesser General Public License (LGPL), Version 3"
1111
packages = [
1212
{ include = "eav" }

0 commit comments

Comments
 (0)