release 1.2.0

This commit is contained in:
Mike 2021-12-18 20:21:31 -08:00
parent dac24f4df7
commit 79daf02d66
2 changed files with 9 additions and 3 deletions

View file

@ -6,11 +6,17 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
### Features
### Bug Fixes
### Misc
## 1.2.0 (2021-12-18)
### Features
- Adds 64-bit support for `Value.value_int`
- Adds Django 4.0 and Python 3.10 support
### Bug Fixes
### Misc
- Drops support for Django 3.1 and Python 3.6

View file

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