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 aa99a5a commit 7cd0fb5Copy full SHA for 7cd0fb5
CHANGELOG.md
@@ -6,6 +6,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
6
7
### Features
8
9
+### Bug Fixes
10
+
11
+## 1.3.0 (2023-02-10)
12
13
+### Features
14
15
- Add support for Django 4.1
16
17
### Bug Fixes
pyproject.toml
@@ -16,7 +16,7 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-eav2"
18
description = "Entity-Attribute-Value storage for Django"
19
-version = "1.2.3"
+version = "1.3.0"
20
license = "GNU Lesser General Public License (LGPL), Version 3"
21
packages = [
22
{ include = "eav" }
0 commit comments