mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: prepare release v1.6.1
This commit is contained in:
parent
97eb3f7fc2
commit
c35d1355b0
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue