From 79daf02d66dfc4f5fd7fd538e0e81c0f9e271b45 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 18 Dec 2021 20:21:31 -0800 Subject: [PATCH] release 1.2.0 --- CHANGELOG.md | 10 ++++++++-- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f947b8..c4f7c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e1f8465..4ec5be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }