File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
88
99### Bug Fixes
1010
11- ## 1.3.2 (2023-06-29 )
11+ ## 1.4.0 (2023-07-07 )
1212
1313### Features
1414
1515- Support Bahasa Indonesia Translations
16+ - Support Django 4.2
1617
1718## 1.3.1 (2023-02-22)
1819
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include = '\.pyi?$'
1616[tool .poetry ]
1717name = " django-eav2"
1818description = " Entity-Attribute-Value storage for Django"
19- version = " 1.3.1 "
19+ version = " 1.4.0 "
2020license = " GNU Lesser General Public License (LGPL), Version 3"
2121packages = [
2222 { include = " eav" }
@@ -52,8 +52,18 @@ classifiers = [
5252 " Framework :: Django :: 3.2" ,
5353 " Framework :: Django :: 4.0" ,
5454 " Framework :: Django :: 4.1" ,
55+ " Framework :: Django :: 4.2" ,
5556]
5657
58+ [tool .semantic_release ]
59+ version_variable = [
60+ " pyproject.toml:version"
61+ ]
62+ branch = " master"
63+ upload_to_pypi = false
64+ upload_to_release = false
65+ build_command = " pip install poetry && poetry build"
66+
5767[tool .poetry .dependencies ]
5868python = " ^3.8"
5969django = " >=3.2,<4.3"
You can’t perform that action at this time.
0 commit comments