chore: prepare release v1.6.1

This commit is contained in:
Mike 2024-06-23 14:06:01 -07:00
parent 97eb3f7fc2
commit c35d1355b0
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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" }