From e9e77e81a07325ffc2eaa260fa1ec47a7bab378f Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 25 Nov 2021 16:32:48 +0100 Subject: [PATCH] Prepare 21.4.0 --- CHANGELOG.rst | 2 +- src/structlog/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9500ce5f..9b49bf7a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,7 @@ Whenever there is a need to break compatibility, it is announced here in the cha So please make sure to **always** properly configure your applications. -21.4.0 (UNRELEASED) +21.4.0 (2021-11-25) ------------------- diff --git a/src/structlog/__init__.py b/src/structlog/__init__.py index 23301104..6f2b3ea2 100644 --- a/src/structlog/__init__.py +++ b/src/structlog/__init__.py @@ -42,7 +42,7 @@ contextvars = None # type: ignore -__version__ = "21.4.0.dev0" +__version__ = "21.4.0" __title__ = "structlog" # __doc__ is None when running with PYTHONOPTIMIZE=2 / -OO