From 90901dea130d2ac6e63f4e612b71a1f165da8fc7 Mon Sep 17 00:00:00 2001 From: Damien Baty Date: Mon, 13 Jun 2022 06:23:43 +0200 Subject: [PATCH] Preparing release 2.3 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index cfe9aac..3020207 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ History -2.3 (unreleased) +2.3 (2022-06-13) ++++++++++++++++ - Under Python 3.7 and later, use context variables (with the contextvars module) diff --git a/setup.py b/setup.py index bf163b8..e337456 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='django-cid', - version='2.3.dev0', + version='2.3', description="""Correlation IDs in Django for debugging requests""", long_description=readme, author='Snowball One',