mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: release 1.3.1
This commit is contained in:
parent
4c67210346
commit
a6ade067cc
2 changed files with 7 additions and 1 deletions
|
|
@ -8,6 +8,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
## 1.3.1 (2023-02-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Generate missing migrations [#331](https://github.com/jazzband/django-eav2/issues/331)
|
||||
|
||||
## 1.3.0 (2023-02-10)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ include = '\.pyi?$'
|
|||
[tool.poetry]
|
||||
name = "django-eav2"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "1.3.0"
|
||||
version = "1.3.1"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
packages = [
|
||||
{ include = "eav" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue