From e0798394e22be9876be00a5d5a177615c03d6c62 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 20 Dec 2022 09:59:55 +0100 Subject: [PATCH] Releasing 3.6.0. --- CHANGELOG.txt | 2 +- asgiref/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 22fa0a54..6c630cf1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -3.6.0 (UNRELEASED) +3.6.0 (2022-12-20) ------------------ * Two new functions are added to the ``asgiref.sync`` module: ``iscoroutinefunction()`` diff --git a/asgiref/__init__.py b/asgiref/__init__.py index dae42b1b..85197cb4 100644 --- a/asgiref/__init__.py +++ b/asgiref/__init__.py @@ -1 +1 @@ -__version__ = "3.5.2" +__version__ = "3.6.0"