We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a50cd commit 3858d9fCopy full SHA for 3858d9f
CHANGELOG.md
@@ -4,8 +4,11 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
4
5
## {{ Next Version }}
6
7
+### Bug Fixes
8
### Features
9
10
+## 1.5.0 (2023-11-08)
11
+
12
### Bug Fixes
13
14
- Fixes querying with multiple eav kwargs [#395](https://github.com/jazzband/django-eav2/issues/395)
pyproject.toml
@@ -16,7 +16,7 @@ include = '\.pyi?$'
16
[tool.poetry]
17
name = "django-eav2"
18
description = "Entity-Attribute-Value storage for Django"
19
-version = "1.4.0"
+version = "1.5.0"
20
license = "GNU Lesser General Public License (LGPL), Version 3"
21
packages = [
22
{ include = "eav" }
0 commit comments