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

Commit

Permalink
Merge pull request #165 from ariovistus/master
Browse files Browse the repository at this point in the history
release 0.2.3
  • Loading branch information
ariovistus committed Dec 9, 2014
2 parents 99dfb9e + 3d1be10 commit 796b85d
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 796b85d

Please sign in to comment.