From 546da8d5764be058902d561090e7d94baf6cfd74 Mon Sep 17 00:00:00 2001 From: Casper van der Wel Date: Mon, 15 Jul 2024 09:29:37 +0200 Subject: [PATCH] Preparing release 0.16.1 --- CHANGES.md | 2 +- clean_python/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d3a1494..8a3dc24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog of clean-python -## 0.16.1 (unreleased) +## 0.16.1 (2024-07-15) ---------------------- - Reverted "FastAPI's favicon.ico with `/favicon.ico`" because of diff --git a/clean_python/__init__.py b/clean_python/__init__.py index bd3b49e..203ef26 100644 --- a/clean_python/__init__.py +++ b/clean_python/__init__.py @@ -3,5 +3,5 @@ from .base import * # NOQA # fmt: off -__version__ = '0.16.1.dev0' +__version__ = '0.16.1' # fmt: on