Skip to content

Commit

Permalink
Updates changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Jun 7, 2020
1 parent 2d7fb0f commit caf10d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,9 @@ def create_user(user: User):

## Change Log

* June 7, 2020
* Fixes compatability with DRF decorator. Thanks @sjquant!
* Makes Django's QueryDict work with Marshmallow and Pydantic validators. Thanks @filwaline!
* February 2, 2020: Adds support for `Header` request parameter. Thanks @bbkgh!

## Motivation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
]
setup(
name="drf-typed-views",
version="0.2.1",
version="0.3.0",
description="Use type annotations for automatic request validation in Django REST Framework",
author="Robert Singer",
author_email="[email protected]",
Expand Down

0 comments on commit caf10d6

Please sign in to comment.