]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.20.0 (#1600) 0.20.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 3 May 2022 05:32:27 +0000 (07:32 +0200)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 05:32:27 +0000 (07:32 +0200)
* Version 0.20.0

* Add the __version__

* Update docs/release-notes.md

* Update release-notes.md

* Update docs/release-notes.md

docs/release-notes.md
starlette/__init__.py

index abec69bd416be704c08da0c53d7805c2b27e0945..1e5d1d0ea59d6efd2f150d8394794094b86c204a 100644 (file)
@@ -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
index 4c1ca3c80986ea8ec44ff096e50770c7e4f06ab8..5f4bb0b3459b4ba19a73bd0b96373c042934868e 100644 (file)
@@ -1 +1 @@
-__version__ = "0.19.1"
+__version__ = "0.20.0"