From 568eda2628c45730da28a290e52bac170954f68d Mon Sep 17 00:00:00 2001 From: Karl Wooster Date: Fri, 23 Aug 2024 10:42:09 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.1.dev3=20=E2=86=92=200.3.?= =?UTF-8?q?1.dev4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f414d..4c379a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.1.dev4 (2024-08-23) + +## v0.3.1.dev3 (2024-08-23) + +## v0.3.1.dev2 (2024-08-23) + +## v0.3.1.dev1 (2024-08-23) + +## v0.3.1.dev0 (2024-08-23) + ## v0.3.1.dev3 (2024-08-23) ## v0.3.1.dev2 (2024-08-23) diff --git a/pyproject.toml b/pyproject.toml index a21e46f..e3df20d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ indent_size = 2 [tool.poetry] name = "wooster-django" -version = "0.3.1.dev3" +version = "0.3.1.dev4" description = "" authors = ["Karl Wooster "] license = "MIT"