Skip to content

Commit 21bff91

Browse files
prepare release 0.7.0 (#520)
1 parent ed28da3 commit 21bff91

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.7.0 (April 13, 2022)
44

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:
511
- Remove `SequenceIncompleteValue` (#519)
612
- Add implementation function for `dict.pop` (#517)
713
- Remove `WeakExtension` (#517)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools.extension import Extension
55

66

7-
version = "0.6.0"
7+
version = "0.7.0"
88
package_data = ["test.toml", "stubs/*/*.pyi"]
99
# Used in internal packaging system.
1010
if "SANTA_PACKAGE_VERSION" in os.environ:

0 commit comments

Comments
 (0)