Skip to content

Commit

Permalink
chore: prepare release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Jun 23, 2024
1 parent 97eb3f7 commit c35d135
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.

## 1.6.1 (2024-06-23)

### What's Changed

- Ensure eav.register() Maintains Manager Order by @Dresdn in https://github.com/jazzband/django-eav2/pull/595
- Update downstream dependencies by @Dresdn in https://github.com/jazzband/django-eav2/pull/597

## 1.6.0 (2024-03-14)

### What's Changed
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.6.0"
version = "1.6.1"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }
Expand Down

0 comments on commit c35d135

Please sign in to comment.