Skip to content

Commit a6ade06

Browse files
committed
chore: release 1.3.1
1 parent 4c67210 commit a6ade06

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
88

99
### Bug Fixes
1010

11+
## 1.3.1 (2023-02-22)
12+
13+
### Bug Fixes
14+
15+
- Generate missing migrations [#331](https://github.com/jazzband/django-eav2/issues/331)
16+
1117
## 1.3.0 (2023-02-10)
1218

1319
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = '\.pyi?$'
1616
[tool.poetry]
1717
name = "django-eav2"
1818
description = "Entity-Attribute-Value storage for Django"
19-
version = "1.3.0"
19+
version = "1.3.1"
2020
license = "GNU Lesser General Public License (LGPL), Version 3"
2121
packages = [
2222
{ include = "eav" }

0 commit comments

Comments
 (0)