We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed28da3 commit 21bff91Copy full SHA for 21bff91
docs/changelog.md
@@ -1,7 +1,13 @@
1
# Changelog
2
3
-## Unreleased
+## Version 0.7.0 (April 13, 2022)
4
5
+Release highlights:
6
+- Support for PEP 673 (`Self`)
7
+- Support for PEP 675 (`LiteralString`)
8
+- Support for `assert_type` and other additions to `typing` in Python 3.11
9
+
10
+Full changelog:
11
- Remove `SequenceIncompleteValue` (#519)
12
- Add implementation function for `dict.pop` (#517)
13
- Remove `WeakExtension` (#517)
setup.py
@@ -4,7 +4,7 @@
from setuptools.extension import Extension
-version = "0.6.0"
+version = "0.7.0"
package_data = ["test.toml", "stubs/*/*.pyi"]
# Used in internal packaging system.
if "SANTA_PACKAGE_VERSION" in os.environ:
0 commit comments