mirror of https://github.com/tiangolo/fastapi.git
🔖 Release 0.6.3: favicons in docs
This commit is contained in:
parent
6e0553b4cf
commit
daaf654868
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue