We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11fc55 commit f2a6af7Copy full SHA for f2a6af7
docs/changelog.md
@@ -1,7 +1,13 @@
1
# Changelog
2
3
-## Unreleased
+## Version 0.8.0 (November 5, 2022)
4
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:
11
- Infer `async def` functions as returning `Coroutine`, not
12
`Awaitable` (#557, #559)
13
- Drop support for Python 3.6 (#554)
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = "0.7.0"
+version = "0.8.0"
package_data = ["test.toml", "stubs/*/*.pyi"]
0 commit comments