Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellery Newcomer committed Dec 9, 2014
1 parent d069ef3 commit 3d1be10
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 @@ -58,6 +58,9 @@ Many thanks to Tom Christie & all the contributors who have developed [Django RE

## Release Notes:

### v0.2.3 (December 7, 2014)
* fix support for Django Rest Framework 3

### v0.2.2 (December 7, 2014)
* add support for Django Rest Framework 3
* add docExpansion to settings
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_swagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.2.2'
VERSION = '0.2.3'

DEFAULT_SWAGGER_SETTINGS = {
'exclude_namespaces': [],
Expand Down

0 comments on commit 3d1be10

Please sign in to comment.