chore: release 1.2.3

This commit is contained in:
Mike 2022-08-15 12:07:07 -07:00
parent 8807a07eb4
commit 883ddfabea
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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" }