We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c67210 commit a6ade06Copy full SHA for a6ade06
CHANGELOG.md
@@ -8,6 +8,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
8
9
### Bug Fixes
10
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
17
## 1.3.0 (2023-02-10)
18
19
### Features
pyproject.toml
@@ -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"
20
license = "GNU Lesser General Public License (LGPL), Version 3"
21
packages = [
22
{ include = "eav" }
0 commit comments