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 9542d4c commit 206dc9eCopy full SHA for 206dc9e
asyncer/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.8"
+__version__ = "0.0.9"
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.9
6
+
7
### Fixes
8
9
* 👽️ Ensure compatibility with AnyIO 4.11.0. PR [#381](https://github.com/fastapi/asyncer/pull/381) by [@svlandeg](https://github.com/svlandeg).
0 commit comments