]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.50.0 (#3063) 0.50.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 1 Nov 2025 15:23:00 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Nov 2025 15:23:00 +0000 (15:23 +0000)
docs/release-notes.md
starlette/__init__.py

index 3d275fef2b71d12e3195324765ff78aa36cae862..fe3b4228532c2fb9c90978e9f6c610cc13e683ba 100644 (file)
@@ -2,6 +2,10 @@
 toc_depth: 2
 ---
 
+## 0.50.0 (November 1, 2025)
+
+* Drop Python 3.9 support [#3061](https://github.com/Kludex/starlette/pull/3061).
+
 ## 0.49.3 (November 1, 2025)
 
 This is the last release that supports Python 3.9, which will be dropped in the next minor release.
index 839a08a650b4454817fd94feb32daf39c3bb3d48..3a7c7a2ff69e518347d9d98e9a90eba85524cb98 100644 (file)
@@ -1 +1 @@
-__version__ = "0.49.3"
+__version__ = "0.50.0"