Skip to content

Commit

Permalink
6.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Mar 31, 2017
1 parent 1ab9d47 commit 711f142
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
6.5.0
-----

- Support for validation of django request and response objects
- Standalone function for response validation.
- Bugfix for incorrect exception being raised.

6.4.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '6.4.0'
version = '6.5.0'

readme = open(os.path.join(DIR, 'README.md')).read()

Expand Down

0 comments on commit 711f142

Please sign in to comment.