Skip to content

Commit f2a6af7

Browse files
Prepare release 0.8.0 (#561)
1 parent c11fc55 commit f2a6af7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.8.0 (November 5, 2022)
44

5+
Release highlights:
6+
- Support for Python 3.11
7+
- Drop support for Python 3.6
8+
- Support for PEP 692 (``Unpack`` on ``**kwargs``)
9+
10+
Full changelog:
511
- Infer `async def` functions as returning `Coroutine`, not
612
`Awaitable` (#557, #559)
713
- Drop support for Python 3.6 (#554)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
version = "0.7.0"
5+
version = "0.8.0"
66
package_data = ["test.toml", "stubs/*/*.pyi"]
77

88

0 commit comments

Comments
 (0)