chore: release 1.3.0

This commit is contained in:
Mike 2023-02-10 10:22:32 -07:00
parent aa99a5a038
commit 7cd0fb5295
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
### Features
### Bug Fixes
## 1.3.0 (2023-02-10)
### Features
- Add support for Django 4.1
### Bug Fixes

View file

@ -16,7 +16,7 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-eav2"
description = "Entity-Attribute-Value storage for Django"
version = "1.2.3"
version = "1.3.0"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }