Skip to content

Commit 3858d9f

Browse files
committed
chore: release v1.5.0
1 parent 40a50cd commit 3858d9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
44

55
## {{ Next Version }}
66

7+
### Bug Fixes
78
### Features
89

10+
## 1.5.0 (2023-11-08)
11+
912
### Bug Fixes
1013

1114
- Fixes querying with multiple eav kwargs [#395](https://github.com/jazzband/django-eav2/issues/395)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = '\.pyi?$'
1616
[tool.poetry]
1717
name = "django-eav2"
1818
description = "Entity-Attribute-Value storage for Django"
19-
version = "1.4.0"
19+
version = "1.5.0"
2020
license = "GNU Lesser General Public License (LGPL), Version 3"
2121
packages = [
2222
{ include = "eav" }

0 commit comments

Comments
 (0)