From 858c5c8fb83416c7889364623ad521ce6bb23004 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 16 Dec 2021 13:43:37 +0100 Subject: [PATCH] Prepare 21.5.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 b14c2ba6..39030ab2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,7 +18,7 @@ Whenever there is a need to break compatibility, it is announced here in the cha .. changelog -21.5.0 (UNRELEASED) +21.5.0 (2021-12-16) ------------------- diff --git a/src/structlog/__init__.py b/src/structlog/__init__.py index 63103b3f..48d3387e 100644 --- a/src/structlog/__init__.py +++ b/src/structlog/__init__.py @@ -42,7 +42,7 @@ contextvars = None # type: ignore -__version__ = "21.5.0.dev0" +__version__ = "21.5.0" __title__ = "structlog" # __doc__ is None when running with PYTHONOPTIMIZE=2 / -OO