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 f72a26e commit e2f5e22Copy full SHA for e2f5e22
2 files changed
asyncer/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.10"
+__version__ = "0.0.11"
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.11
6
+
7
### Fixes
8
9
* 📝 Add `sniffio` dependency to project requirements. PR [#421](https://github.com/fastapi/asyncer/pull/421) by [@jujumilk3](https://github.com/jujumilk3).
0 commit comments