mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
release 1.2.0
This commit is contained in:
parent
dac24f4df7
commit
79daf02d66
2 changed files with 9 additions and 3 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue