From 0ca06b75855cdd927804f3cb17e824db0370d7ad Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 20 Jul 2022 13:06:03 +0200 Subject: [PATCH] Prepare 22.1.0 --- CHANGELOG.md | 2 +- src/structlog/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0395b67..eb0a6926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ So please make sure to **always** properly configure your applications. -## [Unreleased](https://github.com/hynek/structlog/compare/21.5.0...HEAD) +## [22.1.0](https://github.com/hynek/structlog/compare/21.5.0...22.1.0) - 2022-07-20 ### Removed diff --git a/src/structlog/__init__.py b/src/structlog/__init__.py index a48c4da3..188afe1f 100644 --- a/src/structlog/__init__.py +++ b/src/structlog/__init__.py @@ -50,7 +50,7 @@ twisted = None # type: ignore -__version__ = "22.1.0.dev0" +__version__ = "22.1.0" __title__ = "structlog" # __doc__ is None when running with PYTHONOPTIMIZE=2 / -OO