mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-19 06:31:14 +00:00
chore: release 1.3.0
This commit is contained in:
parent
aa99a5a038
commit
7cd0fb5295
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue