Skip to content

Commit 7cd0fb5

Browse files
committed
chore: release 1.3.0
1 parent aa99a5a commit 7cd0fb5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
66

77
### Features
88

9+
### Bug Fixes
10+
11+
## 1.3.0 (2023-02-10)
12+
13+
### Features
14+
915
- Add support for Django 4.1
1016

1117
### Bug Fixes

pyproject.toml

+1-1
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.2.3"
19+
version = "1.3.0"
2020
license = "GNU Lesser General Public License (LGPL), Version 3"
2121
packages = [
2222
{ include = "eav" }

0 commit comments

Comments
 (0)