From ed9168aae40571ee09c8739ef4ce2ba452e6825d Mon Sep 17 00:00:00 2001 From: Casper van der Wel Date: Mon, 21 Oct 2024 09:47:56 +0200 Subject: [PATCH] Preparing release 0.18.0 --- CHANGES.md | 2 +- clean_python/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bab8e71..bd88795 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog of clean-python -## 0.17.3 (unreleased) +## 0.18.0 (2024-10-21) ---------------------- - Bumped FastAPI to 0.115.* so that pydantic models are directly supported to diff --git a/clean_python/__init__.py b/clean_python/__init__.py index 0588aee..e156534 100644 --- a/clean_python/__init__.py +++ b/clean_python/__init__.py @@ -3,5 +3,5 @@ from .base import * # NOQA # fmt: off -__version__ = '0.17.3.dev0' +__version__ = '0.18.0' # fmt: on