Skip to content

Commit e08c05a

Browse files
authored
bump version to 0.2.1 (#26)
1 parent 41a10f2 commit e08c05a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ run(main())
3333
```
3434

3535
# changelog
36+
## 0.2.1
37+
### What's Changed
38+
* make _Interceptor not abstract by @graingert in https://github.com/graingert/taskgroup/pull/25
39+
40+
41+
**Full Changelog**: https://github.com/graingert/taskgroup/compare/0.2.0...0.2.1
42+
3643
## 0.2.0
3744
### What's Changed
3845
* add readme and changelog by @graingert in https://github.com/graingert/taskgroup/pull/21

taskgroup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
33
"""
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66

77
__all__ = ["run", "Runner", "TaskGroup", "Timeout", "timeout", "timeout_at"]
88

0 commit comments

Comments
 (0)