We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f724827 commit 74ccb96Copy full SHA for 74ccb96
docs/release-notes.md
@@ -1,3 +1,11 @@
1
+## 0.37.1
2
+
3
+February 9, 2024
4
5
+#### Fixed
6
7
+* Warn instead of raise for missing env file on `Config` [#2485](https://github.com/encode/starlette/pull/2485).
8
9
## 0.37.0
10
11
February 5, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.37.0"
+__version__ = "0.37.1"
0 commit comments