Skip to content

Commit

Permalink
chore: release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Aug 15, 2022
1 parent 8807a07 commit 883ddfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 883ddfa

Please sign in to comment.