Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.14.1 #1088

Merged
merged 4 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,11 @@
## 0.14.1

November 8th, 2020

### Removed

* `UJSONResponse` was removed (this change was intended to be included in 0.14.0).
erewok marked this conversation as resolved.
Show resolved Hide resolved

## 0.14.0

November 8th, 2020
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.14.0"
__version__ = "0.14.1"