mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: release 1.2.3
This commit is contained in:
parent
8807a07eb4
commit
883ddfabea
2 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,10 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
## 1.2.3 (2022-08-15)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Don't mark doc8 as a dependency [#235](https://github.com/jazzband/django-eav2/issues/235)
|
||||
- Make Read the Docs dependencies all optional
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ include = '\.pyi?$'
|
|||
[tool.poetry]
|
||||
name = "django-eav2"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "1.2.2"
|
||||
version = "1.2.3"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
packages = [
|
||||
{ include = "eav" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue