Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Nov 8, 2023
1 parent 40a50cd commit 3858d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 3858d9f

Please sign in to comment.