We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9f94a commit 8b9dbe3Copy full SHA for 8b9dbe3
changes.md
@@ -1,3 +1,7 @@
1
+### Version 0.0.4
2
+
3
+* added base async middleware
4
5
### Version 0.0.3
6
7
* adjusted the renderer of CBVs to be async friendly
django_async_extensions/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.0.3.post1"
-version_name = "Villette"
+__version__ = "0.0.4"
+version_name = "Great Expectations"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "django-async-extensions"
-version = "0.0.3.post1"
+version = "0.0.4"
description = "provide async capable stuff for django"
authors = [
{name = "amirreza",email = "[email protected]"}
0 commit comments