File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.0] - 2024-08-28
11
+
10
12
### Added
11
13
12
14
### Changed
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.2 .0"
28
+ version = " 0.3 .0"
29
29
dependencies = [
30
30
" django>=3.2" ,
31
31
" djangorestframework>=3.12.0" ,
@@ -136,7 +136,7 @@ filterwarnings = "error"
136
136
[tool .bumpversion ]
137
137
# Do not manually edit the version, use `make version_{type}` instead.
138
138
# This should match the version in the [project] section.
139
- current_version = " 0.2 .0"
139
+ current_version = " 0.3 .0"
140
140
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
141
141
serialize = [" {major}.{minor}.{patch}" ]
142
142
search = " {current_version}"
You can’t perform that action at this time.
0 commit comments