Skip to content

Commit 786c7c4

Browse files
authored
Merge pull request #14 from kraken-tech/release/v0.4.0
2 parents f73b2a4 + 230eba8 commit 786c7c4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

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+
1021
## [0.3.1] - 2024-09-03
1122

1223
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ readme = "README.md"
2525

2626
# Do not manually edit the version, use `make version_{type}` instead.
2727
# This should match the version in the [tool.bumpversion] section.
28-
version = "0.3.1"
28+
version = "0.4.0"
2929
dependencies = ["django>=3.2", "djangorestframework>=3.12.0"]
3030

3131
[project.urls]
@@ -132,7 +132,7 @@ filterwarnings = "error"
132132
[tool.bumpversion]
133133
# Do not manually edit the version, use `make version_{type}` instead.
134134
# This should match the version in the [project] section.
135-
current_version = "0.3.1"
135+
current_version = "0.4.0"
136136
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
137137
serialize = ["{major}.{minor}.{patch}"]
138138
search = "{current_version}"

0 commit comments

Comments
 (0)