Skip to content

Commit

Permalink
Prepare release 0.8.0 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Nov 6, 2022
1 parent c11fc55 commit f2a6af7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## Unreleased
## Version 0.8.0 (November 5, 2022)

Release highlights:
- Support for Python 3.11
- Drop support for Python 3.6
- Support for PEP 692 (``Unpack`` on ``**kwargs``)

Full changelog:
- Infer `async def` functions as returning `Coroutine`, not
`Awaitable` (#557, #559)
- Drop support for Python 3.6 (#554)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


version = "0.7.0"
version = "0.8.0"
package_data = ["test.toml", "stubs/*/*.pyi"]


Expand Down

0 comments on commit f2a6af7

Please sign in to comment.