chore: release v1.5.0

This commit is contained in:
Mike 2023-11-08 09:28:17 -07:00
parent 40a50cd8a3
commit 3858d9f1d2
2 changed files with 4 additions and 1 deletions

View file

@ -4,8 +4,11 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
## {{ Next Version }}
### Bug Fixes
### Features
## 1.5.0 (2023-11-08)
### Bug Fixes
- Fixes querying with multiple eav kwargs [#395](https://github.com/jazzband/django-eav2/issues/395)

View file

@ -16,7 +16,7 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-eav2"
description = "Entity-Attribute-Value storage for Django"
version = "1.4.0"
version = "1.5.0"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }