]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.6.3: favicons in docs 0.6.3
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Feb 2019 21:49:04 +0000 (01:49 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Feb 2019 21:49:04 +0000 (01:49 +0400)
docs/release-notes.md
fastapi/__init__.py

index b2fcb1ee26e12d8a7a9d9934916f601fbd1165d8..8981ebd93c365c8720e6ac69eaa29ecd4d7011e6 100644 (file)
@@ -1,5 +1,7 @@
 ## Next
 
+## 0.6.3
+
 * Add Favicons to docs. PR <a href="https://github.com/tiangolo/fastapi/pull/53" target="_blank">#53</a>.
 
 ## 0.6.2
index 86db578e5d3a188598e1a19438bfb6529edfbc80..6cea2d21205c6763f6346574af6c8291b12f1023 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.6.2"
+__version__ = "0.6.3"
 
 from .applications import FastAPI
 from .routing import APIRouter