From 8057cdc5ed7d4497b60ca20da81cdea6676552f9 Mon Sep 17 00:00:00 2001 From: Nicholas Bunn Date: Wed, 28 Aug 2024 14:04:56 +0100 Subject: [PATCH] Bump to v0.3.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71d350..fd11434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.0] - 2024-08-28 + ### Added ### Changed diff --git a/pyproject.toml b/pyproject.toml index b5dac2d..e8e827d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ readme = "README.md" # Do not manually edit the version, use `make version_{type}` instead. # This should match the version in the [tool.bumpversion] section. -version = "0.2.0" +version = "0.3.0" dependencies = [ "django>=3.2", "djangorestframework>=3.12.0", @@ -136,7 +136,7 @@ filterwarnings = "error" [tool.bumpversion] # Do not manually edit the version, use `make version_{type}` instead. # This should match the version in the [project] section. -current_version = "0.2.0" +current_version = "0.3.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"