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 a99eaa6 commit 726ea7aCopy full SHA for 726ea7a
changes.md
@@ -1,3 +1,11 @@
1
+### Version 0.0.5
2
+
3
+* added make_middleware_decorator and related utils
4
5
+Backwards incompatible change:
6
7
+* removed the `a` prefix from directory names
8
9
### Version 0.0.4
10
11
* added base async middleware
django_async_extensions/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.0.4"
-version_name = "Great Expectations"
+__version__ = "0.0.5"
+version_name = "Brave New World"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "django-async-extensions"
-version = "0.0.4"
+version = "0.0.5"
description = "provide async capable stuff for django"
authors = [
{name = "amirreza",email = "amir.rsf1380@gmail.com"}
0 commit comments