From f3a2d1019546df9af7ae52912f32dc04c1a53916 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 31 Dec 2020 12:22:45 +0100 Subject: [PATCH] Prepare 20.2.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 a0b113cb..7afd3cce 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. -20.2.0 (UNRELEASED) +20.2.0 (2020-12-31) ------------------- diff --git a/src/structlog/__init__.py b/src/structlog/__init__.py index ff66d90b..b15460b8 100644 --- a/src/structlog/__init__.py +++ b/src/structlog/__init__.py @@ -42,7 +42,7 @@ contextvars = None # type: ignore -__version__ = "20.2.0.dev0" +__version__ = "20.2.0" __title__ = "structlog" __description__ = "Structured Logging for Python"