diff --git a/docs/release-notes.md b/docs/release-notes.md index abec69bd4..1e5d1d0ea 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,11 @@ +## 0.20.0 + +May 3, 2022 + +### Removed +* Drop Python 3.6 support [#1357](https://github.com/encode/starlette/pull/1357) and [#1616](https://github.com/encode/starlette/pull/1616). + + ## 0.19.1 April 22, 2022 diff --git a/starlette/__init__.py b/starlette/__init__.py index 4c1ca3c80..5f4bb0b34 100644 --- a/starlette/__init__.py +++ b/starlette/__init__.py @@ -1 +1 @@ -__version__ = "0.19.1" +__version__ = "0.20.0"