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

release 0.2.3 #165

Merged
merged 1 commit into from
Dec 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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