diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2d4844a0..315cbe90 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.2.0 (UNRELEASED) +21.2.0 (2021-10-12) ------------------- diff --git a/src/structlog/__init__.py b/src/structlog/__init__.py index 980ccd0a..ee4f6178 100644 --- a/src/structlog/__init__.py +++ b/src/structlog/__init__.py @@ -42,7 +42,7 @@ contextvars = None # type: ignore -__version__ = "21.2.0.dev0" +__version__ = "21.2.0" __title__ = "structlog" __description__ = "Structured Logging for Python"