Skip to content

Commit 726ea7a

Browse files
committed
0.0.5
1 parent a99eaa6 commit 726ea7a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
### Version 0.0.4
210

311
* added base async middleware

django_async_extensions/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.4"
2-
version_name = "Great Expectations"
1+
__version__ = "0.0.5"
2+
version_name = "Brave New World"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-async-extensions"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "provide async capable stuff for django"
55
authors = [
66
{name = "amirreza",email = "[email protected]"}

0 commit comments

Comments
 (0)