Skip to content

Commit

Permalink
Version 0.14.1 (#1088)
Browse files Browse the repository at this point in the history
* Prepare version 0.14.1

* Add link to docs about custom JSON serialization

* Bump release date

* Add link to PR removing UJSONResponse
  • Loading branch information
JayH5 committed Nov 9, 2020
1 parent 99b3778 commit 7144374
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,14 @@
## 0.14.1

November 9th, 2020

### Removed

* `UJSONResponse` was removed (this change was intended to be included in 0.14.0). Please see the
[documentation](https://www.starlette.io/responses/#custom-json-serialization) for how to
implement responses using custom JSON serialization -
[#1074](https://github.com/encode/starlette/pull/1047).

## 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"

0 comments on commit 7144374

Please sign in to comment.