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 @@ -7,6 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.4.0] - 2024-10-03
11
+
12
+ ### Added
13
+
14
+ - Tested support for Python 3.12
15
+ - Tested support for Django versions 5.1
16
+
17
+ ### Changed
18
+
19
+ ### Removed
20
+
10
21
## [ 0.3.1] - 2024-09-03
11
22
12
23
### Added
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ readme = "README.md"
25
25
26
26
# Do not manually edit the version, use `make version_{type}` instead.
27
27
# This should match the version in the [tool.bumpversion] section.
28
- version = " 0.3.1 "
28
+ version = " 0.4.0 "
29
29
dependencies = [" django>=3.2" , " djangorestframework>=3.12.0" ]
30
30
31
31
[project .urls ]
@@ -132,7 +132,7 @@ filterwarnings = "error"
132
132
[tool .bumpversion ]
133
133
# Do not manually edit the version, use `make version_{type}` instead.
134
134
# This should match the version in the [project] section.
135
- current_version = " 0.3.1 "
135
+ current_version = " 0.4.0 "
136
136
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
137
137
serialize = [" {major}.{minor}.{patch}" ]
138
138
search = " {current_version}"
You can’t perform that action at this time.
0 commit comments