]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.61.0 0.61.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Aug 2020 20:36:47 +0000 (22:36 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Aug 2020 20:36:47 +0000 (22:36 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b5c6c492ba26c6219624a464f0a5bf46f9edd824..4048ffab486840b31f813bc716c7e0b50fd8ed47 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.61.0
+
 ### Features
 
 * Add support for injecting `HTTPConnection` (as `Request` and `WebSocket`). Useful for sharing app state in dependencies. PR [#1827](https://github.com/tiangolo/fastapi/pull/1827) by [@nsidnev](https://github.com/nsidnev).
index 408c99db1d25797a001a8c0b75bc8cf49a431b1e..6169e1452cf94f6cbb236191d4476a454276ef15 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.60.2"
+__version__ = "0.61.0"
 
 from starlette import status