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',