Skip to content

Commit

Permalink
prepare release 0.6.0 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jan 13, 2022
1 parent 234625d commit 5070962
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog

## Unreleased
## Version 0.6.0 (January 12, 2022)

Release highlights:
- Support for configuration through `pyproject.toml`. The old
configuration mechanism will be removed in the next release.
- Support for experimental new type evaluation mechanism, providing
a more powerful replacement for overloads.
- Support for suggesting annotations for unannotated code.

Full changelog:
- Support generic type evaluators (#409)
- Implement return annotation behavior for type evaluation
functions (#408)
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.5.0"
VERSION = "0.6.0"
# Used in internal packaging system.
if "SANTA_PACKAGE_VERSION" in os.environ:
VERSION = "%s.%s" % (VERSION, os.environ["SANTA_PACKAGE_VERSION"])
Expand Down

0 comments on commit 5070962

Please sign in to comment.