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 0d43be6 commit 2aeb289Copy full SHA for 2aeb289
2 files changed
asyncer/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.14"
+__version__ = "0.0.15"
2
3
from ._main import PendingValueException as PendingValueException
4
from ._main import SoonValue as SoonValue
docs/release-notes.md
@@ -2,6 +2,8 @@
## Latest Changes
5
+## 0.0.15
6
+
7
### Breaking Changes
8
9
* ➖ Drop support for Python 3.9. PR [#476](https://github.com/fastapi/asyncer/pull/476) by [@tiangolo](https://github.com/tiangolo).
0 commit comments