From 670adc77f30fe61659ed449cb4f2f51ce0095bd7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 13 Dec 2024 14:58:56 +0000 Subject: [PATCH] build: 4.18.0-rc.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83043dc..50906d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v4.18.0-rc.4 (2024-12-13) + +### Features + +- Conditionally include debug toolbar middleware and URLs in development mode + ([`3fc5178`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/3fc5178bed8c69ebe3e500a3a5092c844fd6dc4f)) + + ## v4.18.0-rc.3 (2024-12-13) ### Features diff --git a/pyproject.toml b/pyproject.toml index e7ac7c42..67c1b01a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snapy" -version = "4.18.0-rc.3" +version = "4.18.0-rc.4" description = "Spaceflight News API (SNAPI) enables developers to add the latest spaceflight news to their apps." authors = [{ name = "Derk Weijers", email = "derk@weijers.xyz" }] readme = "README.md"