We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be523c9 commit eeac3efCopy full SHA for eeac3ef
asyncer/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.7.dev1"
+__version__ = "0.0.7"
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.7
6
+
7
### Internal
8
9
* 🔧 Add configs for asyncer-slim. PR [#152](https://github.com/tiangolo/asyncer/pull/152) by [@tiangolo](https://github.com/tiangolo).
0 commit comments