Skip to content

Commit

Permalink
prepare release 0.7.0 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Apr 13, 2022
1 parent ed28da3 commit 21bff91
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.7.0 (April 13, 2022)

Release highlights:
- Support for PEP 673 (`Self`)
- Support for PEP 675 (`LiteralString`)
- Support for `assert_type` and other additions to `typing` in Python 3.11

Full changelog:
- Remove `SequenceIncompleteValue` (#519)
- Add implementation function for `dict.pop` (#517)
- Remove `WeakExtension` (#517)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21bff91

Please sign in to comment.