Skip to content

Commit c475465

Browse files
committed
🔖 Release version 0.0.4
1 parent 6cb1dd9 commit c475465

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

asyncer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"
22

33
from ._main import PendingValueException as PendingValueException
44
from ._main import SoonValue as SoonValue

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.4
6+
57
### Docs
68

79
* 📝 Update docstring for `syncify()`, fix name of parameter `raise_sync_error` (remove unused parameter name `check_called_from_async`). PR [#113](https://github.com/tiangolo/asyncer/pull/113) by [@giladsheffer](https://github.com/giladsheffer).

0 commit comments

Comments
 (0)