Skip to content

Commit d6897e4

Browse files
committed
🔖 Release version 0.0.2
1 parent 0c3f858 commit d6897e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.1"
1+
__version__ = "0.0.2"
22

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

docs/release-notes.md

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

33
## Latest Changes
44

5+
6+
## 0.0.2
7+
58
### Features
69

710
* ✨ Add compatibility with the next (unreleased) version of AnyIO (4.x.x), with `get_asynclib` utility. PR [#48](https://github.com/tiangolo/asyncer/pull/48) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)