]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.37.1 (#2498) 0.37.1
authorTimofey Vasenin <timofey.vasenin@gmail.com>
Fri, 9 Feb 2024 21:43:54 +0000 (04:43 +0700)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2024 21:43:54 +0000 (21:43 +0000)
* Version 0.37.1

* Update docs/release-notes.md

---------

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
docs/release-notes.md
starlette/__init__.py

index 470df0fe455a29e5969e1e9c897402af88adbc34..b17fabef4063fa197b6f430189d48f8e75564af5 100644 (file)
@@ -1,3 +1,11 @@
+## 0.37.1
+
+February 9, 2024
+
+#### Fixed
+
+* Warn instead of raise for missing env file on `Config` [#2485](https://github.com/encode/starlette/pull/2485).
+
 ## 0.37.0
 
 February 5, 2024
index 2d93b0cd23c652dd59a272b4914a4fe9b03b18c1..04b7c866d1ce184edc66cff1d458e2a07d988114 100644 (file)
@@ -1 +1 @@
-__version__ = "0.37.0"
+__version__ = "0.37.1"