chore: release 1.3.1

This commit is contained in:
Mike 2023-02-22 10:37:41 -07:00
parent 4c67210346
commit a6ade067cc
2 changed files with 7 additions and 1 deletions

View file

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

View file

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