Skip to content

Commit

Permalink
bump version to 0.2.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Dec 15, 2024
1 parent 41a10f2 commit e08c05a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ run(main())
```

# changelog
## 0.2.1
### What's Changed
* make _Interceptor not abstract by @graingert in https://github.com/graingert/taskgroup/pull/25


**Full Changelog**: https://github.com/graingert/taskgroup/compare/0.2.0...0.2.1

## 0.2.0
### What's Changed
* add readme and changelog by @graingert in https://github.com/graingert/taskgroup/pull/21
Expand Down
2 changes: 1 addition & 1 deletion taskgroup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
"""

__version__ = "0.2.0"
__version__ = "0.2.1"

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

Expand Down

0 comments on commit e08c05a

Please sign in to comment.