From: Sebastián Ramírez Date: Sat, 23 Feb 2019 21:49:04 +0000 (+0400) Subject: :bookmark: Release 0.6.3: favicons in docs X-Git-Tag: 0.6.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=daaf654868636e4439b3b89df40317a989f33de5;p=thirdparty%2Ffastapi%2Ffastapi.git :bookmark: Release 0.6.3: favicons in docs --- diff --git a/docs/release-notes.md b/docs/release-notes.md index b2fcb1ee26..8981ebd93c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next +## 0.6.3 + * Add Favicons to docs. PR #53. ## 0.6.2 diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 86db578e5d..6cea2d2120 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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