Skip to content

Commit dcfc74e

Browse files
committed
1.4.0
1 parent ed7af1b commit dcfc74e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = '\.pyi?$'
1616
[tool.poetry]
1717
name = "django-eav2"
1818
description = "Entity-Attribute-Value storage for Django"
19-
version = "1.3.1"
19+
version = "1.4.0"
2020
license = "GNU Lesser General Public License (LGPL), Version 3"
2121
packages = [
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]
5868
python = "^3.8"
5969
django = ">=3.2,<4.3"

0 commit comments

Comments
 (0)