Skip to content

Commit 40576f9

Browse files
authored
Merge pull request #11 from kraken-tech/release/v0.3.0
2 parents 47e53f7 + 8057cdc commit 40576f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0] - 2024-08-28
11+
1012
### Added
1113

1214
### Changed

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.2.0"
28+
version = "0.3.0"
2929
dependencies = [
3030
"django>=3.2",
3131
"djangorestframework>=3.12.0",
@@ -136,7 +136,7 @@ filterwarnings = "error"
136136
[tool.bumpversion]
137137
# Do not manually edit the version, use `make version_{type}` instead.
138138
# This should match the version in the [project] section.
139-
current_version = "0.2.0"
139+
current_version = "0.3.0"
140140
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
141141
serialize = ["{major}.{minor}.{patch}"]
142142
search = "{current_version}"

0 commit comments

Comments
 (0)