From f21c50a5c1dc7a9bc1299e1cfc39ee06226cd4a2 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 20 Nov 2021 15:43:00 +0100 Subject: [PATCH] Prepare 21.3.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 11745d6e..c2e4bb77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ Versions are year-based with a strict backward compatibility policy. The third digit is only for regressions. -21.3.0 (UNRELEASED) +21.3.0 (2021-11-20) ------------------- diff --git a/src/structlog/__init__.py b/src/structlog/__init__.py index e940699f..6b9c3268 100644 --- a/src/structlog/__init__.py +++ b/src/structlog/__init__.py @@ -42,7 +42,7 @@ contextvars = None # type: ignore -__version__ = "21.3.0.dev0" +__version__ = "21.3.0" __title__ = "structlog" __description__ = __doc__.strip()