]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.26.0 0.26.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 15:29:44 +0000 (19:29 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 15:29:44 +0000 (19:29 +0400)
docs/release-notes.md
fastapi/__init__.py

index e53169b83ff792416895ef3152a001e5586848af..400efc9715c7ee0a38cfb462ee0dc8ca1c45eba6 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.26.0
+
 * Separate error handling for validation errors.
     * This will allow developers to customize the exception handlers.
     * Document better how to handle exceptions and use error handlers.
index f240125c7fa713d5674a7370cebffa049701d849..85b0fe5604a76edf965a85518f84774ca5b97a24 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.25.0"
+__version__ = "0.26.0"
 
 from starlette.background import BackgroundTasks