mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-10 10:20:59 +00:00
chore: release v1.5.0
This commit is contained in:
parent
40a50cd8a3
commit
3858d9f1d2
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue