Skip to content

Commit 67b2e81

Browse files
committed
Releasing 3.5.2
1 parent 7794c2a commit 67b2e81

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.5.2 (2022-05-16)
2+
------------------
3+
4+
* Allow async-callables class instances to be passed to AsyncToSync
5+
without warning
6+
7+
* Prevent giving async-callable class instances to SyncToAsync
8+
9+
110
3.5.1 (2022-04-30)
211
------------------
312

asgiref/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.5.1"
1+
__version__ = "3.5.2"

0 commit comments

Comments
 (0)