We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4355e commit 3e75633Copy full SHA for 3e75633
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
4
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
12
## 1.6.1 (2024-06-23)
13
14
### What's Changed
pyproject.toml
@@ -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" }
0 commit comments