]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.30.0 (#2212)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 13 Jul 2023 09:30:04 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 09:30:04 +0000 (03:30 -0600)
docs/release-notes.md
starlette/__init__.py

index d2d69595227fcb564c768f8eb8c585195da0a3db..2f65e2a55ca6b8161f31be4aa567e6f3bbe9f512 100644 (file)
@@ -1,3 +1,11 @@
+## 0.30.0
+
+July 13, 2023
+
+### Removed
+
+* Drop Python 3.7 support [#2178](https://github.com/encode/starlette/pull/2178).
+
 ## 0.29.0
 
 July 13, 2023
index f634f5ba5aebee35408461884700b8aeb2def312..0bda2bd09e1ef612e9c5e0d8693aed4e90f91aa2 100644 (file)
@@ -1 +1 @@
-__version__ = "0.29.0"
+__version__ = "0.30.0"