forked from encode/uvicorn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔖 Release 0.15.0 * Update CHANGELOG.md * remove formatting * upgrade version * Add more commits * Remove tooling from changelog and add note about the new reload configuration * Update CHANGELOG.md Co-authored-by: Thomas Grainger <[email protected]> * Adjust date and fix typos Co-authored-by: Marcelo Trylesinski <[email protected]> Co-authored-by: Thomas Grainger <[email protected]>
- Loading branch information
1 parent
aead4c3
commit a6dff71
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from uvicorn.config import Config | ||
from uvicorn.main import Server, main, run | ||
|
||
__version__ = "0.14.0" | ||
__version__ = "0.15.0" | ||
__all__ = ["main", "run", "Config", "Server"] |