Skip to content

Commit

Permalink
release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellery Newcomer committed Dec 11, 2014
1 parent d41d027 commit 4548521
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.5 (December 10, 2014)
* fix support for Django Rest Framework 3

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

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.4'
VERSION = '0.2.5'

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

0 comments on commit 4548521

Please sign in to comment.